mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Docstring change
This commit is contained in:
parent
8457324044
commit
839e177d2a
@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
internal class TaikoScoreProcessor : ScoreProcessor<TaikoHitObject>
|
||||
{
|
||||
/// <summary>
|
||||
/// A value used in calculating <see cref="hpMultiplier"/>.
|
||||
/// A value used for calculating <see cref="hpMultiplier"/>.
|
||||
/// </summary>
|
||||
private const double object_count_factor = 3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user