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) {
|
||||
resetTime = true;
|
||||
fCurrentEvent = 0;
|
||||
} else
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (firstEvent) {
|
||||
|
||||
Reference in New Issue
Block a user