瀏覽代碼

Fixed newStarted for jumping to previous frame.

Daniel Kauth 11 年之前
父節點
當前提交
79c41a3703
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {