mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-15 10:16:35 +00:00
replaced UNUSED and assert combination by a fixed up assert macro - thanks luis! :)
This commit is contained in:
parent
2844ab6912
commit
489106ae5e
19 changed files with 3 additions and 26 deletions
|
|
@ -198,7 +198,6 @@ bool ForestData::write( const char *path )
|
|||
for ( U32 i=0; i < count; i++ )
|
||||
{
|
||||
StringTableEntry localName = allDatablocks[i]->getInternalName();
|
||||
TORQUE_UNUSED(localName);
|
||||
AssertFatal( localName != NULL && localName[0] != '\0', "ForestData::write - ForestItemData had no internal name set!" );
|
||||
stream.writeString( allDatablocks[i]->getInternalName() );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue