fix
This commit is contained in:
parent
e55bf61b9f
commit
33f2da874f
@ -37,7 +37,7 @@ namespace AlicizaX.Localization.Editor
|
||||
}
|
||||
else
|
||||
{
|
||||
int selectedIndex = EditorGUILayout.Popup("Play Mode", languageIndex, _languageNames);
|
||||
int selectedIndex = EditorGUILayout.Popup("Language", languageIndex, _languageNames);
|
||||
if (selectedIndex != languageIndex)
|
||||
{
|
||||
languageIndex = selectedIndex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user