mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
An AddProcessing() call was left behind, AddProcessing() is now gone on the framework end.
This commit is contained in:
parent
30db97d72d
commit
4732a4db19
@ -40,18 +40,18 @@ namespace osu.Game
|
|||||||
Token = Config.Get<string>(OsuConfig.Token)
|
Token = Config.Get<string>(OsuConfig.Token)
|
||||||
};
|
};
|
||||||
|
|
||||||
//var req = new ListChannelsRequest();
|
//var req = new ListChannelsRequest();
|
||||||
//req.Success += content =>
|
//req.Success += content =>
|
||||||
//{
|
//{
|
||||||
//};
|
//};
|
||||||
//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)
|
||||||
|
Loading…
Reference in New Issue
Block a user