mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
Merge pull request #1671 from John3/fixFatalOutRange
Fix bug #1664 by @Areloch
This commit is contained in:
commit
95c0bcd411
1 changed files with 1 additions and 0 deletions
|
|
@ -860,6 +860,7 @@ void TSStatic::unpackUpdate(NetConnection *con, BitStream *stream)
|
|||
stream->read(&mRenderNormalScalar);
|
||||
|
||||
stream->read(&mForceDetail);
|
||||
mPlayAmbient = stream->readFlag();
|
||||
}
|
||||
|
||||
mUseAlphaFade = stream->readFlag();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue