Fix loading scenes (#70)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#70
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-03 23:17:53 +02:00
parent d1bf0f76d8
commit 6f1ac4d03f
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func get_setting_language():
func set_setting_language(value):
setting.set_langue(value)
apply_language(setting.translate_int_to_locale(value))
apply_language(translate_int_to_locale(value))
func get_setting_gyrosocpe():
return setting.get_gyroscope()