This commit is contained in:
Eduardo Bart
2013-01-25 18:51:14 -02:00
parent 90f1244ab4
commit 18af9a45ee
2 changed files with 4 additions and 1 deletions

View File

@@ -51,7 +51,9 @@ function UIGameMap:onDrop(widget, mousePos)
end
function UIGameMap:onMousePress()
self.allowNextRelease = true
if not self:isDragging() then
self.allowNextRelease = true
end
end
function UIGameMap:onMouseRelease(mousePosition, mouseButton)