Browse Source

Update sfxSound.h

irei1as 7 years ago
parent
commit
23ded86100
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Engine/source/sfx/sfxSound.h

+ 3 - 0
Engine/source/sfx/sfxSound.h

@@ -81,6 +81,9 @@ class SFXSound : public SFXSource,
       /// _initBuffer() used for managing virtual sources.
       U32 mDuration;
 
+      ///Used for setPosition (time in miliseconds)
+      U32 mSetPositionValue;
+
       /// Create a new voice for this source.
       bool _allocVoice( SFXDevice* device );