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 internal class DrawableFruit : Sprite
{ {
private readonly CatchBaseHit h; //private readonly CatchBaseHit h;
public DrawableFruit(CatchBaseHit h) public DrawableFruit(CatchBaseHit h)
{ {
this.h = h; //this.h = h;
Origin = Anchor.Centre; Origin = Anchor.Centre;
Scale = new Vector2(0.1f); Scale = new Vector2(0.1f);

View File

@ -247,7 +247,7 @@ protected override void Update()
private class TransformTimeSpan : Transform<double, Drawable> private class TransformTimeSpan : Transform<double, Drawable>
{ {
public virtual double CurrentValue public double CurrentValue
{ {
get get
{ {

View File

@ -39,7 +39,7 @@ public override void Increment(int amount)
private class TransformCounterCount : Transform<int, Drawable> private class TransformCounterCount : Transform<int, Drawable>
{ {
public virtual int CurrentValue public int CurrentValue
{ {
get get
{ {