Fix post-merge errors

This commit is contained in:
smoogipoo
2018-06-21 12:26:15 +09:00
parent c9581a2d56
commit 5d0c847835
4 changed files with 82 additions and 50 deletions

View File

@ -8,7 +8,7 @@ using OpenTK;
namespace osu.Game.Rulesets.Catch.Difficulty
{
internal class CatchDifficultyHitObject
public class CatchDifficultyHitObject
{
internal static readonly double DECAY_BASE = 0.20;
private const float normalized_hitobject_radius = 41.0f;