浏览代码

Update sfxSound.h

irei1as 7 年之前
父节点
当前提交
23ded86100
共有 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 );