diff mamba/engine.py @ 106:d1152f2a0e13

Mouse affects focus
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 11 Sep 2011 20:05:35 +0200
parents 6c11991e23fb
children 45dd79e9ba1b
line wrap: on
line diff
--- a/mamba/engine.py	Sun Sep 11 19:59:14 2011 +0200
+++ b/mamba/engine.py	Sun Sep 11 20:05:35 2011 +0200
@@ -43,8 +43,7 @@
     def __init__(self, size=SCREEN):
         self.surface_size = size
         self.surface = None
-        self.container = Container(pygame.Rect((0, 0), self.surface_size),
-                                   root=True)
+        self.container = Container(pygame.Rect((0, 0), self.surface_size))
 
     def on_enter(self):
         """Called when this becomes the current habitat."""