From 5664d4f85ece1b7399cc1cd3e7898f21649616dc Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Sun, 29 Dec 2024 01:15:31 -0500 Subject: [PATCH] fix options crash when opening note color menu --- source/Note.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Note.hx b/source/Note.hx index 6e7ffb2cb14..2ae716ff184 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -221,7 +221,7 @@ class Note extends FlxSprite y -= 2000; antialiasing = ClientPrefs.globalAntialiasing && !pixelNote; - if(inEditor) { + if(noteData > -1) { if (ClientPrefs.showNotes) texture = Paths.defaultSkin; if (ClientPrefs.enableColorShader)