소스 검색

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 );