From 0c24a084363538dcd006458d7fc7c31ec41e7f73 Mon Sep 17 00:00:00 2001 From: Caleb Anderson Date: Thu, 7 Oct 2010 21:01:36 -0500 Subject: [PATCH] sane default scroll speed --- OpenRA.Game/GameRules/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;