From 34e762ab5474402903de7fe2f43644fd7fb85f37 Mon Sep 17 00:00:00 2001 From: "benoit.pin" Date: Tue, 15 Feb 2011 09:37:03 +0000 Subject: [PATCH] =?utf8?q?S=C3=A9lection=20de=20l'instrument=20=C3=A0=20la?= =?utf8?q?=20souris.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@336 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/minwii/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/minwii/app.py b/src/minwii/app.py index f36094c..d456b8e 100755 --- a/src/minwii/app.py +++ b/src/minwii/app.py @@ -73,15 +73,13 @@ class MinWii(object): if exit : break WT.selectWiimote(wiimoteIndex) - WT.resume() instrumentDescription = self.selectInstrument() if not instrumentDescription : - WT.pause() continue + WT.resume() self.runPlayingScreen(songFile, playMode, instrumentDescription) - WT.pause() -- 2.20.1