mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
guiAudiocCtrl fixes
ditch description: not needed. set process ticking off when the gui element is put to sleep for the case of re-use of 3d sounds, set emission to the listener position
This commit is contained in:
parent
cfe76944e7
commit
9b5f137f77
2 changed files with 16 additions and 27 deletions
|
|
@ -72,7 +72,6 @@ protected:
|
|||
bool mUseTrackDescriptionOnly;
|
||||
|
||||
/// The description and variant values used by the local profile.
|
||||
SFXDescription mDescription;
|
||||
SFXSource* mSourceGroup;
|
||||
F32 mVolume;
|
||||
F32 mPitch;
|
||||
|
|
@ -91,6 +90,7 @@ public:
|
|||
// GuiControl.
|
||||
bool onWake() override;
|
||||
void onSleep() override;
|
||||
void onRemove() override;
|
||||
void setActive(bool value) override {};
|
||||
bool testCondition();
|
||||
static void initPersistFields();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue