Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/Profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/Profile.py')
-rw-r--r--MAFH2/Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/Profile.py b/MAFH2/Profile.py
index 0680118..6e02a77 100644
--- a/MAFH2/Profile.py
+++ b/MAFH2/Profile.py
@@ -136,7 +136,7 @@ class Profile(GameEngineElement):
self.name+=event.unicode
return True
- def draw(self,screen,time_delta):
+ def draw(self):
"""
Draws user input for name to the screen
"""