mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Hide the after image instead as the effect can't be resized easily
This commit is contained in:
parent
5e642cbce7
commit
2b14d78f04
@ -64,7 +64,12 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
{
|
{
|
||||||
applyScaleChange(scale, dashTrails);
|
applyScaleChange(scale, dashTrails);
|
||||||
applyScaleChange(scale, hyperDashTrails);
|
applyScaleChange(scale, hyperDashTrails);
|
||||||
applyScaleChange(scale, hyperDashAfterImages);
|
|
||||||
|
foreach (var afterImage in hyperDashAfterImages)
|
||||||
|
{
|
||||||
|
afterImage.Hide();
|
||||||
|
afterImage.Expire();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void applyScaleChange(Vector2 scale, Container<CatcherTrail> trails)
|
private void applyScaleChange(Vector2 scale, Container<CatcherTrail> trails)
|
||||||
|
Loading…
Reference in New Issue
Block a user