Skip to content

Commit

Permalink
Fixed mission display in test_mission_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Jan 7, 2019
1 parent e1a245b commit a06b245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_mission_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def reset():
pixmap = mission.render('pixmap')
window.setPixmap(pixmap)
window.setKeyDownCb(keyDownCb)
window.setText(mission.surface)

def keyDownCb(keyName):
if keyName == 'ESCAPE':
Expand Down

0 comments on commit a06b245

Please sign in to comment.