X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/fa5bf40bfe796d33480a09d9e6400502552d66f7..73cb300f687b50db29e9054fc3a5ed5784cf0069:/src/minwii/widgets/playingscreen.py diff --git a/src/minwii/widgets/playingscreen.py b/src/minwii/widgets/playingscreen.py index f6038fd..cd0ba54 100755 --- a/src/minwii/widgets/playingscreen.py +++ b/src/minwii/widgets/playingscreen.py @@ -48,7 +48,6 @@ class PlayingScreenBase(pygame.sprite.LayeredDirty, EventHandlerMixin) : self.kinectRgb = kinect.RGBSprite(alpha=128) self.add(self.kinectRgb, layer=CURSOR_LAYER) self._initCursor() - self.draw(pygame.display.get_surface()) def _initRects(self) :