Browse Source

Fixed newStarted for jumping to previous frame.

Daniel Kauth 11 years ago
parent
commit
79c41a3703
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bbiwarg/VideoHandle.cs

+ 1 - 1
bbiwarg/VideoHandle.cs

@@ -125,7 +125,7 @@ namespace bbiwarg
 
         private void processFrameUpdate()
         {
-            bool newStarted = (lastFrame > CurrentFrame);
+            bool newStarted = (lastFrame - CurrentFrame >= 20);
             Timer.start("processFrameUpdate");
 
             if (newStarted) {