mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
Fix for Issue #111 for BitStream Issues
This commit is contained in:
parent
70415d0787
commit
1a3501440f
7 changed files with 18 additions and 15 deletions
|
|
@ -508,8 +508,8 @@ void SFXDescription::packData( BitStream *stream )
|
|||
Parent::packData( stream );
|
||||
|
||||
stream->writeFloat( mVolume, 6 );
|
||||
stream->writeFloat( mPitch, 6 );
|
||||
stream->writeFloat( mPriority, 6 );
|
||||
stream->write( mPitch );
|
||||
stream->write( mPriority );
|
||||
|
||||
stream->writeFlag( mIsLooping );
|
||||
stream->writeFlag( mFadeLoops );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue