Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/graphics/camera
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/camera')
-rw-r--r--data/graphics/camera2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/camera b/data/graphics/camera
index f0eb35f..2a37675 100644
--- a/data/graphics/camera
+++ b/data/graphics/camera
@@ -21,7 +21,7 @@ pygame.mouse.set_visible(False)
# create the pygame window and return a Surface object for
# drawing in that window.
-screen = pygame.display.set_mode()
+screen = pygame.display.set_mode((0, 0), pygame.FULLSCREEN)
# pause for a second to allow the camera frame to be grabbed
time.sleep(1)