mirror of
https://github.com/ppy/osu.git
synced 2024-12-18 00:23:22 +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 override string Description => "showing your latest achievements";
|
||||||
|
|
||||||
public TestCaseUserRanks()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
base.LoadComplete();
|
||||||
RanksSection ranks;
|
RanksSection ranks;
|
||||||
|
|
||||||
Add(new Container
|
Add(new Container
|
||||||
|
Loading…
Reference in New Issue
Block a user