From 23ded8610052cb5729f5324563b8b66ca4f413ec Mon Sep 17 00:00:00 2001 From: irei1as Date: Sun, 11 Mar 2018 17:25:30 +0100 Subject: [PATCH] Update sfxSound.h --- Engine/source/sfx/sfxSound.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Engine/source/sfx/sfxSound.h b/Engine/source/sfx/sfxSound.h index 16c8b0b28..364f2ed59 100644 --- a/Engine/source/sfx/sfxSound.h +++ b/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 );