mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 18:02:56 +08:00
Remove unnecessary invalidation
This commit is contained in:
parent
4af16262e3
commit
ba475ef6c8
@ -36,11 +36,5 @@ namespace osu.Game.Tournament.Screens.Ladder
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update()
|
|
||||||
{
|
|
||||||
base.Update();
|
|
||||||
Invalidate();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user