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:
parent
c877a5a8b7
commit
bb8374b4fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user