mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Update sfxSound.h
This commit is contained in:
parent
ae82c93ad0
commit
a21c5a7677
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue