Explorar o código

Merge pull request #1073 from Azaezel/alpha41/terrainDebugReportCleanup

terrain debug reporting cleanups
Brian Roberts %!s(int64=2) %!d(string=hai) anos
pai
achega
aa88f79fcd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Engine/source/terrain/terrRender.cpp

+ 2 - 2
Engine/source/terrain/terrRender.cpp

@@ -224,12 +224,12 @@ void TerrainBlock::_updateMaterials()
 
    if (!mDetailTextureArray->fromTextureArray(detailTexArray, detailTexArraySize))
    {
-      Con::errorf("TerrainBlock::_updateMaterials - an issue with the diffuse terrain materials was detected. Please ensure they are all of the same size and format!");
+      Con::errorf("TerrainBlock::_updateMaterials - an issue with the detail terrain materials was detected. Please ensure they are all of the same size and format!");
    }
 
    if (!mMacroTextureArray->fromTextureArray(macroTexArray, macroTexArraySize))
    {
-      Con::errorf("TerrainBlock::_updateMaterials - an issue with the detail terrain materials was detected. Please ensure they are all of the same size and format!");
+      Con::errorf("TerrainBlock::_updateMaterials - an issue with the macro terrain materials was detected. Please ensure they are all of the same size and format!");
    }
 
    if (!mNormalTextureArray->fromTextureArray(normalTexArray, normalTexArraySize))