Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix events having some weird color
  • Loading branch information
JordanSantiagoYT committed Aug 22, 2024
1 parent 21000c5 commit 1ceee19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3784,6 +3784,7 @@ class ChartingState extends MusicBeatState
}
note.noteData = -1;
daNoteInfo = -1;
note.useRGBShader = false;
}

note.setGraphicSize(GRID_SIZE, GRID_SIZE);
Expand Down

0 comments on commit 1ceee19

Please sign in to comment.