Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/TermBox.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/TermBox.py')
-rw-r--r--MAFH2/TermBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/TermBox.py b/MAFH2/TermBox.py
index bb6660b..cb5c4f1 100644
--- a/MAFH2/TermBox.py
+++ b/MAFH2/TermBox.py
@@ -28,7 +28,7 @@ class TermBox(GameEngineElement):
else:
self.__lines[i].changeText(self.__lines[i+1].getText(), [255,255,255])
- def draw(self,screen,time_delta):
+ def draw(self):
i=0
for line in self.__lines:
line.setPosition(int(self.x), int(self.y + i*self.font.get_height()))