We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9640b commit 607ed83Copy full SHA for 607ed83
source/states/PlayState.hx
@@ -127,7 +127,7 @@ class PlayState extends MusicBeatState
127
if (value != "normal")
128
{
129
uiPrefix = value.split("-pixel")[0].trim();
130
- if (value.endsWith("-pixel")) uiPostfix = "-pixel";
+ if (value == "pixel" || value.endsWith("-pixel")) uiPostfix = "-pixel";
131
}
132
return stageUI = value;
133
0 commit comments