mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
apply suggestions
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user