From 369358673b7bb6d38b8ea224af53bdba73008da9 Mon Sep 17 00:00:00 2001 From: CharlesCatYT Date: Thu, 29 Feb 2024 20:29:28 -0500 Subject: [PATCH] just with my insanity still up hmmm --- source/states/PlayState.hx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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];