Fix bug #1664 by @Areloch

This commit is contained in:
John3 2016-07-03 07:23:45 -05:00
parent 35c4df3066
commit f71e13a686

View file

@ -860,6 +860,7 @@ void TSStatic::unpackUpdate(NetConnection *con, BitStream *stream)
stream->read(&mRenderNormalScalar);
stream->read(&mForceDetail);
mPlayAmbient = stream->readFlag();
}
mUseAlphaFade = stream->readFlag();