1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Improve commenting

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu 2023-12-04 06:08:31 +09:00 committed by GitHub
parent 230278f2c9
commit d0acb7f4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ namespace osu.Game.Rulesets.Mania.Scoring
protected override double ComputeDrainRate()
{
// Base call is run only to compute HP recovery.
// Base call is run only to compute HP recovery (namely, `HpMultiplierNormal`).
// This closely mirrors (broken) behaviour of stable and as such is preserved unchanged.
base.ComputeDrainRate();
return 0;