mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
769f8c6190
Both `JudgementCounterDisplay` (via the `ShowMaxJudgement` callback) and the `JudgementCounter.Pop{In,Out}` methods were operating on the alpha of the `JudgementCounter`. This meant that if the counter display was created with max judgement initially hidden, it would be hidden by the `ShowMaxJudgement` callback first, but then _unhidden_ by `PopIn()`. |
||
---|---|---|
.. | ||
JudgementCounter.cs | ||
JudgementCounterDisplay.cs | ||
JudgementTally.cs |