Update sfxSound.h

This commit is contained in:
irei1as 2018-03-11 17:25:30 +01:00 committed by GitHub
parent ae82c93ad0
commit a21c5a7677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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