mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Crash on audio button press with testing purpose
This commit is contained in:
parent
2a20ffcca4
commit
4cd94a32b8
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ function init() {
|
|||
|
||||
function onMuteClicked() {
|
||||
Audio.muted = !Audio.muted;
|
||||
Menu.triggerOption("Out of Bounds Vector Access");
|
||||
}
|
||||
|
||||
function onMutePressed() {
|
||||
|
|
Loading…
Reference in a new issue