mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
Fix +android/defaultScripts array of filenames.
This commit is contained in:
parent
999e3a39fa
commit
f7f90935c1
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/progress.js",
|
||||
"system/+android/touchscreenvirtualpad.js",
|
||||
"system/+android/bottombar.js",
|
||||
"system/+android/audio.js" /,
|
||||
"system/+android/modes.js"*,
|
||||
"system/+android/audio.js" ,
|
||||
"system/+android/modes.js"/*,
|
||||
"system/away.js",
|
||||
"system/controllers/controllerDisplayManager.js",
|
||||
"system/controllers/handControllerGrabAndroid.js",
|
||||
|
|
Loading…
Reference in a new issue