changeset 265:d2d1d9ccb22d

Fix method signature
author Neil Muller <drnlmuller@gmail.com>
date Sun, 27 May 2012 11:37:23 +0200
parents 7a6396ea2cc6
children 381fa22d217b
files gamelib/gamegui.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/gamegui.py	Sun May 27 11:36:26 2012 +0200
+++ b/gamelib/gamegui.py	Sun May 27 11:37:23 2012 +0200
@@ -203,7 +203,7 @@
         self.mode = 'NORMAL'
         self.equipment = []
 
-    def on_mouse_cancel(self, pos):
+    def on_mouse_cancel(self):
         self.set_state(self.mode)
 
     def on_mouse_up(self, pos):