Fix movie loop offset feature
This commit is contained in:
parent
8bda372bed
commit
63430bb039
|
@ -338,7 +338,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public string GetInput(int frame)
|
||||
{
|
||||
if (frame < _log.Length)
|
||||
if (frame < FrameCount)
|
||||
{
|
||||
if (frame >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue