sane default scroll speed
This commit is contained in:
committed by
Chris Forbes
parent
9762b540b0
commit
0c24a08436
@@ -69,7 +69,7 @@ namespace OpenRA.GameRules
|
||||
// Behaviour settings
|
||||
public bool ViewportEdgeScroll = true;
|
||||
public bool InverseDragScroll = false;
|
||||
public float ViewportEdgeScrollStep = 0.1f; // 0.1f equals 10 - Gecko
|
||||
public float ViewportEdgeScrollStep = 10f;
|
||||
|
||||
// Internal game settings
|
||||
public int Timestep = 40;
|
||||
|
||||
Reference in New Issue
Block a user