1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove unnecessary invalidation

This commit is contained in:
Dean Herbert 2019-06-13 16:38:45 +09:00
parent 4af16262e3
commit ba475ef6c8

View File

@ -36,11 +36,5 @@ namespace osu.Game.Tournament.Screens.Ladder
return true;
}
protected override void Update()
{
base.Update();
Invalidate();
}
}
}