Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
i mean compile error but
  • Loading branch information
CharlesCatYT committed Feb 28, 2024
1 parent 5372485 commit fbdfb8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/states/editors/EditorPlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,7 @@ class EditorPlayState extends MusicBeatSubstate
scoreTxt.text = 'Hits: $songHits // Misses: $songMisses // Rating: $str';
}

function fullComboUpdate()
{
function fullComboUpdate() {
var sicks:Int = ratingsData[0].hits;
var goods:Int = ratingsData[1].hits;
var bads:Int = ratingsData[2].hits;
Expand Down

0 comments on commit fbdfb8e

Please sign in to comment.