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:
AzaezelX 2024-08-05 17:51:17 -05:00
parent cfe76944e7
commit 9b5f137f77
2 changed files with 16 additions and 27 deletions

View file

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