mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Remove another invalidate
This commit is contained in:
parent
c28ed477e1
commit
102c140967
@ -35,20 +35,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
|
||||
|
||||
private const float max_rotation = 0.25f;
|
||||
|
||||
private int rotationSeed = RNG.Next();
|
||||
|
||||
protected int RotationSeed
|
||||
{
|
||||
get => rotationSeed;
|
||||
set
|
||||
{
|
||||
if (rotationSeed == value)
|
||||
return;
|
||||
|
||||
rotationSeed = value;
|
||||
Invalidate(Invalidation.DrawNode);
|
||||
}
|
||||
}
|
||||
protected int RotationSeed { get; set; } = RNG.Next();
|
||||
|
||||
protected override double LifetimeAfterSmokeEnd
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user