mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #1073 from Azaezel/alpha41/terrainDebugReportCleanup
terrain debug reporting cleanups
This commit is contained in:
commit
aa88f79fcd
1 changed files with 2 additions and 2 deletions
|
|
@ -224,12 +224,12 @@ void TerrainBlock::_updateMaterials()
|
||||||
|
|
||||||
if (!mDetailTextureArray->fromTextureArray(detailTexArray, detailTexArraySize))
|
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))
|
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))
|
if (!mNormalTextureArray->fromTextureArray(normalTexArray, normalTexArraySize))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue