Files
o3de/Gems/AudioSystem/Code/Source
Eric Phister 5d79ee593d Fixes a crash with UI interaction (#1567)
When Wwise Gem is not enabled, this will fix a nullptr deref crash when
interacting with Audio Controls Editor.

Also fixes another issue in the same function where getting the current
level name was garbage because a temporary QString was created and
immediately destructed.
2021-06-24 15:53:56 -05:00
..