Fix API scheduling.

This commit is contained in:
Dean Herbert
2016-09-27 19:22:02 +09:00
parent b4e65e7011
commit 154b914a3a
3 changed files with 20 additions and 6 deletions

View File

@ -50,6 +50,12 @@ namespace osu.Game
});
}
protected override void Update()
{
base.Update();
API.Update();
}
protected override void Dispose(bool isDisposing)
{
//refresh token may have changed.