mirror of https://github.com/ppy/osu
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 @@ public override void Load()
|
|||
Token = Config.Get<string>(OsuConfig.Token)
|
||||
};
|
||||
|
||||
//var req = new ListChannelsRequest();
|
||||
//req.Success += content =>
|
||||
//{
|
||||
//};
|
||||
//API.Queue(req);
|
||||
//var req = new ListChannelsRequest();
|
||||
//req.Success += content =>
|
||||
//{
|
||||
//};
|
||||
//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)
|
||||
|
|
Loading…
Reference in New Issue