fixed looping mode, and bug #1730

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23940 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-02-10 21:03:34 +00:00
parent 5c4d1c5e21
commit 6c1399c4b0
+3 -2
View File
@@ -426,8 +426,9 @@ BMidiStore::Run()
if (fLooping) {
resetTime = true;
fCurrentEvent = 0;
} else
break;
continue;
}
break;
}
if (firstEvent) {