Skip to content

Commit 607ed83

Browse files
authored
oh, that's me being stupid
1 parent bb9640b commit 607ed83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/states/PlayState.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class PlayState extends MusicBeatState
127127
if (value != "normal")
128128
{
129129
uiPrefix = value.split("-pixel")[0].trim();
130-
if (value.endsWith("-pixel")) uiPostfix = "-pixel";
130+
if (value == "pixel" || value.endsWith("-pixel")) uiPostfix = "-pixel";
131131
}
132132
return stageUI = value;
133133
}

0 commit comments

Comments
 (0)