mirror of https://github.com/ppy/osu
Move transformation to LoadComplete
This commit is contained in:
parent
13b891f3f4
commit
4cd0dd7856
|
@ -39,6 +39,10 @@ private void load(ISkinSource skin)
|
|||
Origin = Anchor.Centre,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
cursor.Spin(10000, RotationDirection.Clockwise);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue