diff --git a/source/states/editors/EditorPlayState.hx b/source/states/editors/EditorPlayState.hx index 682a7f3..7d0cae7 100644 --- a/source/states/editors/EditorPlayState.hx +++ b/source/states/editors/EditorPlayState.hx @@ -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;