* Cleanup: Resolve several compiler warnings associated with TORQUE_DEBUG.

This commit is contained in:
Robert MacGregor 2022-04-25 18:23:15 -04:00
parent 8b127373c0
commit 39952a490f
7 changed files with 11 additions and 11 deletions

View file

@ -247,7 +247,7 @@ bool TerrainAsset::getAssetByFilename(StringTableEntry fileName, AssetPtr<Terrai
{
//Didn't find any assets
//If possible, see if we can run an in-place import and the get the asset from that
#if TORQUE_DEBUG
#ifdef TORQUE_DEBUG
Con::warnf("TerrainAsset::getAssetByFilename - Attempted to in-place import a terrainFile(%s) that had no associated asset", fileName);
#endif