mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 02:03:04 +08:00
Merge branch 'master' into remove-include
This commit is contained in:
commit
375fda4f8d
@ -24,11 +24,6 @@ namespace osu.Desktop
|
|||||||
public override void SetHost(GameHost host)
|
public override void SetHost(GameHost host)
|
||||||
{
|
{
|
||||||
base.SetHost(host);
|
base.SetHost(host);
|
||||||
|
|
||||||
host.UpdateThread.InactiveHz = host.UpdateThread.ActiveHz;
|
|
||||||
host.DrawThread.InactiveHz = host.DrawThread.ActiveHz;
|
|
||||||
host.InputThread.InactiveHz = host.InputThread.ActiveHz;
|
|
||||||
|
|
||||||
host.Window.CursorState |= CursorState.Hidden;
|
host.Window.CursorState |= CursorState.Hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user