X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/975ed3f44e237886978f0063f2907baa8eaf46c1..HEAD:/src/minwii/widgets/playingscreen.py diff --git a/src/minwii/widgets/playingscreen.py b/src/minwii/widgets/playingscreen.py index 90a6d2a..2f42458 100755 --- a/src/minwii/widgets/playingscreen.py +++ b/src/minwii/widgets/playingscreen.py @@ -47,7 +47,7 @@ class PlayingScreenBase(pygame.sprite.LayeredDirty, EventHandlerMixin) : self._initColumns() self._running = False self.kinectRgb = kinect.RGBSprite(alpha=128, size=SCREEN_RESOLUTION) - self.add(self.kinectRgb, layer=CURSOR_LAYER) + # self.add(self.kinectRgb, layer=CURSOR_LAYER) self._initCursor()