mirror of https://github.com/ppy/osu
Remove whitespaces
This commit is contained in:
parent
c72224fa94
commit
3a741affa3
|
@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Catch.Mods
|
|||
public class CatchModMirror : ModMirror, IApplicableToHitObject
|
||||
{
|
||||
public override string Description => "Fruits are flipped horizontally.";
|
||||
|
||||
|
||||
public void ApplyToHitObject(HitObject hitObject)
|
||||
{
|
||||
var catchObject = (CatchHitObject)hitObject;
|
||||
|
|
Loading…
Reference in New Issue