修复bug

This commit is contained in:
ALIENJACK\alien 2024-11-19 12:08:21 +08:00
parent 6b30c73c30
commit 36c461562e

View File

@ -111,7 +111,7 @@ namespace AxiReplay
public int GetSkipFrameCount()
{
var frameGap = mDiffFrameCount;
if (frameGap <= 0) return 0;
if (frameGap > 10000) return 0;
int skip = 0;