mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 18:31:01 +08:00
override LoadComplete instead of using the constructor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user