cap the frame rate by default
This commit is contained in:
@@ -91,7 +91,7 @@ namespace OpenRA.GameRules
|
||||
public int2 FullscreenSize = new int2(0,0);
|
||||
public int2 WindowedSize = new int2(1024, 768);
|
||||
public bool PixelDouble = false;
|
||||
public bool CapFramerate = false;
|
||||
public bool CapFramerate = true;
|
||||
public int MaxFramerate = 60;
|
||||
|
||||
public int BatchSize = 8192;
|
||||
|
||||
Reference in New Issue
Block a user