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:
@@ -426,8 +426,9 @@ BMidiStore::Run()
|
|||||||
if (fLooping) {
|
if (fLooping) {
|
||||||
resetTime = true;
|
resetTime = true;
|
||||||
fCurrentEvent = 0;
|
fCurrentEvent = 0;
|
||||||
} else
|
continue;
|
||||||
break;
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (firstEvent) {
|
if (firstEvent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user