mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
* BugFix: Correct an accidentally removed line from clearing compiler warnings.
This commit is contained in:
parent
5d26dba7da
commit
22d6b4a1f1
1 changed files with 1 additions and 0 deletions
|
|
@ -1416,6 +1416,7 @@ void TerrainBlock::unpackUpdate(NetConnection* con, BitStream *stream)
|
|||
|
||||
char buffer[256];
|
||||
stream->readString(buffer);
|
||||
setTerrainAsset(StringTable->insert(buffer));
|
||||
}
|
||||
if (baseTexSizeChanged && isProperlyAdded())
|
||||
_updateBaseTexture(NONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue