修复bug
This commit is contained in:
parent
692b309951
commit
39007d7854
@ -111,7 +111,7 @@ namespace AxiReplay
|
|||||||
public int GetSkipFrameCount()
|
public int GetSkipFrameCount()
|
||||||
{
|
{
|
||||||
var frameGap = mDiffFrameCount;
|
var frameGap = mDiffFrameCount;
|
||||||
if (frameGap <= 0) return 0;
|
if (frameGap > 10000) return 0;
|
||||||
|
|
||||||
int skip = 0;
|
int skip = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user