oops - region offsetting was completely broken

This commit is contained in:
Chris Forbes
2009-10-07 23:19:51 +13:00
parent 9abb90b78a
commit ea48024f3e
2 changed files with 2 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenRa.Game.Graphics
{
Button = mi.Button,
Event = mi.Event,
Location = mi.Location - Location
Location = mi.Location - location
});
return mouseHandler != null;
}