Disable locale chooser for now (crashes)

This commit is contained in:
Vortrex
2022-07-30 08:15:08 -05:00
parent 3a501f0b39
commit 0fd711dc0b

View File

@@ -59,6 +59,9 @@ function closeLocaleChooserGUI() {
// =========================================================================== // ===========================================================================
function showLocaleChooserGUI(position = toVector2(0.0, 0.0)) { function showLocaleChooserGUI(position = toVector2(0.0, 0.0)) {
// Disabled for now until image loading crash can be fixed
return false;
if (position.x != 0.0 && position.y != 0.0) { if (position.x != 0.0 && position.y != 0.0) {
localeChooser.window.position = position; localeChooser.window.position = position;
} else { } else {