Skip to content

Commit

Permalink
Credits: remove the useless songName argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Dec 17, 2017
1 parent 06ab10c commit 674cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fofix/game/Credits.py
Expand Up @@ -105,7 +105,7 @@ def render(self, offset):
class Credits(Layer, KeyListener):
"""Credits scroller."""

def __init__(self, engine, songName=None):
def __init__(self, engine):
self.engine = engine
self.time = 0.0
self.offset = 0.5 # this seems to fix the delay issue, but I'm not sure why
Expand Down

0 comments on commit 674cba3

Please sign in to comment.