mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
An AddProcessing() call was left behind, AddProcessing() is now gone on the framework end.
This commit is contained in:
@ -46,12 +46,12 @@ namespace osu.Game
|
||||
//};
|
||||
//API.Queue(req);
|
||||
|
||||
AddProcessing(new RatioAdjust());
|
||||
|
||||
//Add(new FontTest());
|
||||
|
||||
Add(new MainMenu());
|
||||
Add(new CursorContainer());
|
||||
Add(new Drawable[]
|
||||
{
|
||||
new RatioAdjust(),
|
||||
new MainMenu(),
|
||||
new CursorContainer()
|
||||
});
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
|
Reference in New Issue
Block a user