Don't disable locale chooser

This commit is contained in:
Vortrex
2022-09-22 05:18:15 -05:00
parent 853e5e6b3d
commit a8a173e406

View File

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