Pārlūkot izejas kodu

Fixed newStarted for jumping to previous frame.

Daniel Kauth 11 gadi atpakaļ
vecāks
revīzija
79c41a3703
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) {