mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #1671 from John3/fixFatalOutRange
Fix bug #1664 by @Areloch
This commit is contained in:
commit
95c0bcd411
|
|
@ -860,6 +860,7 @@ void TSStatic::unpackUpdate(NetConnection *con, BitStream *stream)
|
|||
stream->read(&mRenderNormalScalar);
|
||||
|
||||
stream->read(&mForceDetail);
|
||||
mPlayAmbient = stream->readFlag();
|
||||
}
|
||||
|
||||
mUseAlphaFade = stream->readFlag();
|
||||
|
|
|
|||
Loading…
Reference in a new issue