Crash on audio button press with testing purpose

This commit is contained in:
Gabriel Calero 2018-06-15 17:44:28 -03:00
parent 2a20ffcca4
commit 4cd94a32b8

View file

@ -46,6 +46,7 @@ function init() {
function onMuteClicked() {
Audio.muted = !Audio.muted;
Menu.triggerOption("Out of Bounds Vector Access");
}
function onMutePressed() {