Fix for incorrect parameter amount.

This commit is contained in:
Nathan Letwory 2011-08-10 09:30:45 +00:00
parent 036077ebc6
commit 3758f125fc

@ -10,7 +10,7 @@ class ModalTimerOperator(bpy.types.Operator):
def modal(self, context, event):
if event.type == 'ESC':
return self.cancel()
return self.cancel(context)
if event.type == 'TIMER':
# change theme color, silly!