diff --git a/OpenRA.Game/GameRules/Settings.cs b/OpenRA.Game/GameRules/Settings.cs index 07bc8eb400..80888008df 100755 --- a/OpenRA.Game/GameRules/Settings.cs +++ b/OpenRA.Game/GameRules/Settings.cs @@ -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;