irei1as пре 7 година
родитељ
комит
a21c5a7677
1 измењених фајлова са 3 додато и 0 уклоњено
  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 );