1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 00:27:25 +08:00

override LoadComplete instead of using the constructor

This commit is contained in:
Jorolf 2017-08-09 19:47:51 +02:00
parent c877a5a8b7
commit bb8374b4fe

View File

@ -20,8 +20,9 @@ namespace osu.Desktop.Tests.Visual
{
public override string Description => "showing your latest achievements";
public TestCaseUserRanks()
protected override void LoadComplete()
{
base.LoadComplete();
RanksSection ranks;
Add(new Container