Fix post-merge errors

This commit is contained in:
smoogipoo
2020-04-08 12:19:09 +09:00
parent 4e55212638
commit c5aae9b757
2 changed files with 6 additions and 9 deletions

View File

@ -24,6 +24,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty.Preprocessing
/// Milliseconds elapsed since the start time of the previous <see cref="CatchDifficultyHitObject"/>, with a minimum of 40ms.
/// </summary>
public readonly double StrainTime;
public readonly double ClockRate;
public CatchDifficultyHitObject(HitObject hitObject, HitObject lastObject, double clockRate, float halfCatcherWidth)