Skip to content

Commit

Permalink
Merge pull request #452 from Reco1I/fix-combo-counter
Browse files Browse the repository at this point in the history
Fix combo counter misplacement when pausing the game
  • Loading branch information
Rian8337 authored Nov 16, 2024
2 parents cdec2aa + 69db734 commit 5e20408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/reco1l/osu/playfield/Counters.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ComboCounter : Container() {
it.y = -(1 - FONT_HEIGHT_RATIO) * it.height + VERTICAL_OFFSET
it.spacing = -OsuSkin.get().comboOverlap

attachChild(it)
attachChild(it, 0)
}

private val updateDisplayedCount = OnModifierFinished {
Expand Down

0 comments on commit 5e20408

Please sign in to comment.