Explorar el Código

Fixed newStarted for jumping to previous frame.

Daniel Kauth hace 11 años
padre
commit
79c41a3703
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {