Remove old comments.

This commit is contained in:
smoogipooo
2017-03-15 21:53:01 +09:00
parent 0a24a30b1d
commit afefde7ecf
3 changed files with 3 additions and 11 deletions

View File

@ -23,6 +23,6 @@ namespace osu.Game.Modes.Catch.UI
protected override Playfield<CatchBaseHit, CatchJudgementInfo> CreatePlayfield() => new CatchPlayfield();
protected override DrawableHitObject<CatchBaseHit, CatchJudgementInfo> GetVisualRepresentation(CatchBaseHit h) => null;// new DrawableFruit(h);
protected override DrawableHitObject<CatchBaseHit, CatchJudgementInfo> GetVisualRepresentation(CatchBaseHit h) => null;
}
}