InputRoll - fix LastVisibleIndex setter (tastudio now scrolls as it records)

This commit is contained in:
adelikat 2014-08-24 14:25:45 +00:00
parent 7baa960b4b
commit 4196e03b58
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ namespace BizHawk.Client.EmuHawk
i = 0;
}
ScrollPosition = 0;
ScrollPosition = i;
}
}