editor: revert part that was checked in commented out by mistake

This commit is contained in:
Turánszki János
2025-06-25 19:34:32 +02:00
parent 293fd766ad
commit 1ec0e5d2ab
+3 -3
View File
@@ -6094,9 +6094,9 @@ void EditorComponent::SetDefaultLocalization()
}
void EditorComponent::SetLocalization(wi::Localization& loc)
{
//current_localization = loc;
//GetGUI().ImportLocalization(current_localization);
//RefreshSceneList();
current_localization = loc;
GetGUI().ImportLocalization(current_localization);
RefreshSceneList();
}
void EditorComponent::ReloadLanguage()
{