* BugFix: Correct an accidentally removed line from clearing compiler warnings.

This commit is contained in:
Robert MacGregor 2021-10-07 00:32:42 -04:00
parent 5d26dba7da
commit 22d6b4a1f1

View file

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