Standardise some naming and make hitcircles feel better.

This commit is contained in:
Dean Herbert
2016-11-19 19:07:57 +09:00
parent d359057db6
commit 3ac89216bd
18 changed files with 112 additions and 62 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Modes.Catch.Objects
if (h == null)
{
OsuBaseHit o = i as OsuBaseHit;
OsuHitObject o = i as OsuHitObject;
if (o == null) throw new HitObjectConvertException(@"Catch", i);