Don't disable locale chooser
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user