Don't unlimit FPS for visual tests

This commit is contained in:
Dean Herbert 2017-09-17 21:57:40 +09:00
parent d51ff7590d
commit 15d3a998fa

View File

@ -24,11 +24,6 @@ namespace osu.Desktop
public override void SetHost(GameHost 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;
}
}