mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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];
|
char buffer[256];
|
||||||
stream->readString(buffer);
|
stream->readString(buffer);
|
||||||
|
setTerrainAsset(StringTable->insert(buffer));
|
||||||
}
|
}
|
||||||
if (baseTexSizeChanged && isProperlyAdded())
|
if (baseTexSizeChanged && isProperlyAdded())
|
||||||
_updateBaseTexture(NONE);
|
_updateBaseTexture(NONE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue