1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 23:40:45 +08:00

Fix PreferUnicode changing when nothing to play.

This commit is contained in:
Huo Yaoyuan
2017-01-04 01:00:08 +08:00
Unverified
parent 5514546293
commit 794e4663d8
+3 -1
View File
@@ -235,7 +235,9 @@ namespace osu.Game.Overlays
void preferUnicode_changed(object sender, EventArgs e)
{
updateDisplay(current, TransformDirection.None);
if (current != null)
updateDisplay(current, TransformDirection.None);
//else: we can show something in correspond laguage
}
private void workingChanged(object sender = null, EventArgs e = null)