mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-01 10:36:36 +00:00
Update sfxEmitter.cpp
This commit is contained in:
parent
dae2a7714f
commit
f607c24498
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ void SFXEmitter::unpackUpdate( NetConnection *conn, BitStream *stream )
|
|||
}
|
||||
|
||||
// track
|
||||
if (stream->readFlag()) // DirtyUpdateMask
|
||||
if (_readDirtyFlag(stream, Track)) // DirtyUpdateMask
|
||||
{
|
||||
initialUpdate = false;
|
||||
UNPACK_ASSET(conn, Sound);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue