Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/xolympics
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/xolympics')
-rw-r--r--data/graphics/xolympics2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/xolympics b/data/graphics/xolympics
index b6ed90b..51be828 100644
--- a/data/graphics/xolympics
+++ b/data/graphics/xolympics
@@ -30,7 +30,7 @@ class XOlympicsGame:
self.rightJump = False
self.updateList = []
- self.screen = pygame.display.set_mode()
+ self.screen = pygame.display.set_mode((0, 0), pygame.FULLSCREEN)
self.width, self.height = self.screen.get_size()
self.clock = pygame.time.Clock()