terrain debug reporting cleanups

This commit is contained in:
AzaezelX 2023-08-17 13:37:42 -05:00
parent 27695e20a3
commit bd3fc1a936

View file

@ -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))