Merge branch 'master' into mania-stage

This commit is contained in:
Dean Herbert
2017-05-04 16:58:16 +09:00
committed by GitHub
34 changed files with 98 additions and 823 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Desktop.VisualTests
host.DrawThread.InactiveHz = host.DrawThread.ActiveHz;
host.InputThread.InactiveHz = host.InputThread.ActiveHz;
host.Window.CursorState = CursorState.Hidden;
host.Window.CursorState |= CursorState.Hidden;
}
}
}