diff gamelib/gamegui.py @ 265:d2d1d9ccb22d

Fix method signature
author Neil Muller <drnlmuller@gmail.com>
date Sun, 27 May 2012 11:37:23 +0200
parents 6f96e28e6cfd
children
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):