From af71f564e96798f7460e643f7233c63adcd3e667 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 11 Jul 2010 16:18:52 +1200 Subject: [PATCH] Whoops --- OpenRA.Game/Chrome.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Chrome.cs b/OpenRA.Game/Chrome.cs index 3e80122ff7..94d003a24a 100644 --- a/OpenRA.Game/Chrome.cs +++ b/OpenRA.Game/Chrome.cs @@ -84,7 +84,7 @@ namespace OpenRA lastMousePos = mi.Location; ticksSinceLastMove = 0; } - return true; + return false; }