Parcourir la source

Fixed newStarted for jumping to previous frame.

Daniel Kauth il y a 11 ans
Parent
commit
79c41a3703
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {