remove display test flags

This commit is contained in:
Frank DeMarco 2018-11-19 02:27:05 -05:00
parent 38f053ce1c
commit 498755ef0e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Display(GameChild):
if self.fullscreen_requested():
# flags = -abs(FULLSCREEN)
full = True
self.set_screen(RESIZABLE | NOFRAME, fs=full)
self.set_screen(0x0, fs=full)
def fullscreen_requested(self):
return not self.check_command_line(self.windowed_flag) and \