1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:43:01 +08:00

An AddProcessing() call was left behind, AddProcessing() is now gone on the framework end.

This commit is contained in:
Remie Richards 2016-09-18 16:42:59 +01:00
parent 30db97d72d
commit 4732a4db19

View File

@ -46,12 +46,12 @@ namespace osu.Game
//}; //};
//API.Queue(req); //API.Queue(req);
AddProcessing(new RatioAdjust()); Add(new Drawable[]
{
//Add(new FontTest()); new RatioAdjust(),
new MainMenu(),
Add(new MainMenu()); new CursorContainer()
Add(new CursorContainer()); });
} }
protected override void Dispose(bool isDisposing) protected override void Dispose(bool isDisposing)