mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
Update sfxSound.h
This commit is contained in:
parent
c3fb349bf2
commit
23ded86100
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue