Centralise MakeCurrent call

This commit is contained in:
Dean Herbert
2019-11-01 15:51:10 +09:00
parent c532f77657
commit 14453da1d2
3 changed files with 3 additions and 7 deletions

View File

@ -262,7 +262,6 @@ namespace osu.Game.Screens.Ranking
if (!this.IsCurrentScreen()) return;
player.Restart();
player.MakeCurrent();
},
},
};