mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Removed unused variables and parameters
This commit is contained in:
@ -13,7 +13,7 @@ namespace osu.Desktop.VisualTests
|
||||
private double timePerTest = 200;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(Framework.Game game)
|
||||
private void load()
|
||||
{
|
||||
Host.MaximumDrawHz = int.MaxValue;
|
||||
Host.MaximumUpdateHz = int.MaxValue;
|
||||
|
Reference in New Issue
Block a user