mirror of
https://github.com/ppy/osu
synced 2025-01-30 01:42:54 +00:00
Don't unlimit FPS for visual tests
This commit is contained in:
parent
d51ff7590d
commit
15d3a998fa
@ -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