Address CI concern

This commit is contained in:
Thomas Müller
2017-07-10 12:31:41 +03:00
parent 7729760017
commit e8ce3e16b0
3 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
{
internal class DrawableFruit : Sprite
{
private readonly CatchBaseHit h;
//private readonly CatchBaseHit h;
public DrawableFruit(CatchBaseHit h)
{
this.h = h;
//this.h = h;
Origin = Anchor.Centre;
Scale = new Vector2(0.1f);