Fix movie loop offset feature

This commit is contained in:
adelikat 2014-05-05 01:12:15 +00:00
parent 8bda372bed
commit 63430bb039
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ namespace BizHawk.Client.Common
public string GetInput(int frame)
{
if (frame < _log.Length)
if (frame < FrameCount)
{
if (frame >= 0)
{