apply suggestions

This commit is contained in:
jorolf
2018-11-15 17:38:38 +01:00
parent f0f7b15edc
commit 80bd98bb9d
4 changed files with 35 additions and 33 deletions

View File

@ -40,9 +40,9 @@ namespace osu.Game.Rulesets.Catch.Mods
{
base.Update();
var catcher = playfield.CatcherArea.MovableCatcher;
var catcherArea = playfield.CatcherArea;
FlashlightPosition = catcher.ToSpaceOfOtherDrawable(catcher.Position, this);
FlashlightPosition = catcherArea.ToSpaceOfOtherDrawable(catcherArea.MovableCatcher.DrawPosition, this);
}
private float getSizeFor(int combo)