Resharper fixes.

This commit is contained in:
smoogipooo
2017-05-11 14:11:52 +09:00
parent 7fcbf2d8d4
commit a6b71f8ccb
14 changed files with 12 additions and 36 deletions

View File

@ -2,7 +2,6 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
@ -18,7 +17,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
private readonly Container glowContainer;
public DrawableManiaHitObject(TObject hitObject)
protected DrawableManiaHitObject(TObject hitObject)
: base(hitObject)
{
HitObject = hitObject;