mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Decouple direction of catcher from its scale
This commit is contained in:
@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
CatcherTrail sprite = trailPool.Get();
|
||||
|
||||
sprite.AnimationState = catcher.CurrentState;
|
||||
sprite.Scale = catcher.Scale;
|
||||
sprite.Scale = catcher.Scale * catcher.Body.Scale;
|
||||
sprite.Position = catcher.Position;
|
||||
|
||||
target.Add(sprite);
|
||||
|
Reference in New Issue
Block a user