Skip to content

Commit

Permalink
Remove useless invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Oct 3, 2024
1 parent e549c94 commit 96abb0e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions osu.Framework/Graphics/Sprites/NineSliceSprite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ namespace osu.Framework.Graphics.Sprites
/// </summary>
public partial class NineSliceSprite : Sprite
{
public NineSliceSprite()
{
Invalidate(Invalidation.DrawNode);
}

private MarginPadding textureInset;

/// <summary>
Expand Down

0 comments on commit 96abb0e

Please sign in to comment.