mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +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
|
// track
|
||||||
if (stream->readFlag()) // DirtyUpdateMask
|
if (_readDirtyFlag(stream, Track)) // DirtyUpdateMask
|
||||||
{
|
{
|
||||||
initialUpdate = false;
|
initialUpdate = false;
|
||||||
UNPACK_ASSET(conn, Sound);
|
UNPACK_ASSET(conn, Sound);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue