From 128d1283372aa86d58d346569a08a97d64f5acf6 Mon Sep 17 00:00:00 2001
From: pin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Date: Thu, 28 Feb 2013 12:16:18 +0000
Subject: [PATCH 1/1] Retrait ligne inutile.

git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@413 fe552daf-6dbe-4428-90eb-1537e0879342
---
 src/kinect/pygamedisplay.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/kinect/pygamedisplay.py b/src/kinect/pygamedisplay.py
index 6a4f834..e5b1e59 100755
--- a/src/kinect/pygamedisplay.py
+++ b/src/kinect/pygamedisplay.py
@@ -49,7 +49,6 @@ def main() :
             pass
         
         context.wait_one_update_all(imgGene)
-        cv.WaitKey(10)
         
         rgbImg = capture_rgb(imgGene)
         sur.blit(rgbImg, (0, 0))
-- 
2.20.1