mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Improve commenting
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
230278f2c9
commit
d0acb7f4f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user