Skip to content

Commit f607c24

Browse files
committed
Update sfxEmitter.cpp
1 parent dae2a77 commit f607c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Engine/source/T3D/sfx/sfxEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ void SFXEmitter::unpackUpdate( NetConnection *conn, BitStream *stream )
521521
}
522522

523523
// track
524-
if (stream->readFlag()) // DirtyUpdateMask
524+
if (_readDirtyFlag(stream, Track)) // DirtyUpdateMask
525525
{
526526
initialUpdate = false;
527527
UNPACK_ASSET(conn, Sound);

0 commit comments

Comments
 (0)