Remove outdated comment.

This commit is contained in:
Dean Herbert 2017-02-17 17:33:41 +09:00
parent 9e8b4d43dd
commit 366e95dd4f
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 0 additions and 4 deletions

View File

@ -214,10 +214,6 @@ private bool globalHotkeyPressed(InputState state, KeyDownEventArgs args)
private void modeChanged(GameMode newMode)
{
// - Ability to change window size
// - Ability to adjust music playback
// - Frame limiter changes
//central game mode change logic.
if ((newMode as OsuGameMode)?.ShowOverlays != true)
{