mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:12:54 +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 const float max_rotation = 0.25f;
|
||||||
|
|
||||||
private int rotationSeed = RNG.Next();
|
protected int RotationSeed { get; set; } = RNG.Next();
|
||||||
|
|
||||||
protected int RotationSeed
|
|
||||||
{
|
|
||||||
get => rotationSeed;
|
|
||||||
set
|
|
||||||
{
|
|
||||||
if (rotationSeed == value)
|
|
||||||
return;
|
|
||||||
|
|
||||||
rotationSeed = value;
|
|
||||||
Invalidate(Invalidation.DrawNode);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override double LifetimeAfterSmokeEnd
|
protected override double LifetimeAfterSmokeEnd
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user