mirror of
https://github.com/overte-org/overte.git
synced 2025-06-20 17:40:50 +02:00
Remove crash added with testing purposes only
This commit is contained in:
parent
4af0815561
commit
ea2c1298e5
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ 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