Erase pads instead of clearing them, fixes #21
This commit is contained in:
@ -55,7 +55,7 @@ class Game:
|
||||
when the given key gets pressed.
|
||||
"""
|
||||
while True: # pragma no cover
|
||||
screen.clear()
|
||||
screen.erase()
|
||||
screen.refresh()
|
||||
self.display_actions(DisplayActions.REFRESH)
|
||||
key = screen.getkey()
|
||||
|
Reference in New Issue
Block a user