mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02: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() {
|
function onMuteClicked() {
|
||||||
Audio.muted = !Audio.muted;
|
Audio.muted = !Audio.muted;
|
||||||
|
Menu.triggerOption("Out of Bounds Vector Access");
|
||||||
}
|
}
|
||||||
|
|
||||||
function onMutePressed() {
|
function onMutePressed() {
|
||||||
|
|
Loading…
Reference in a new issue