Skip to content

Commit

Permalink
fix options crash when opening note color menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Dec 29, 2024
1 parent a4b6aa3 commit 5664d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5664d4f

Please sign in to comment.