mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove redundant arguments
This commit is contained in:
@ -72,7 +72,7 @@ namespace osu.Game.Skinning
|
||||
if (particles != null)
|
||||
{
|
||||
// start the particles already some way into their animation to break cluster away from centre.
|
||||
using (particles.BeginDelayedSequence(-100, true))
|
||||
using (particles.BeginDelayedSequence(-100))
|
||||
particles.Restart();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user