Skip to content

Commit

Permalink
Update NoteColors.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Oct 19, 2024
1 parent 67f82d4 commit 161f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/objects/NoteColors.hx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NoteColors {
];

public static function setNoteColor(note:Int, color:Array<Int>):Void {
noteColors[note] = color;;
noteColors[note] = color;
SaveData.settings.notesRGB[note] = color;
SaveData.saveSettings();
}
Expand Down

0 comments on commit 161f816

Please sign in to comment.