diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index ae0af19..d0054ed 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -379,9 +379,7 @@ class PlayState extends MusicBeatState stageUI = "normal"; if (stageData.stageUI != null && stageData.stageUI.trim().length > 0) stageUI = stageData.stageUI; - else{ - if (stageData.isPixelStage) stageUI = "pixel"; - } + else if (stageData.isPixelStage) stageUI = "pixel"; BF_X = stageData.boyfriend[0]; BF_Y = stageData.boyfriend[1];