General fixes

This commit is contained in:
smoogipoo
2019-04-02 07:28:04 +09:00
parent 0c76c07731
commit 21e62c37d8
3 changed files with 7 additions and 11 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
{
public class CatchDifficultyCalculator : DifficultyCalculator
{
private const double star_scaling_factor = 0.15;
private const double star_scaling_factor = 0.153;
protected override int SectionLength => 750;