TAStudio: Allow insertion of multiple frames at end of movie (fixes #2169)
This commit is contained in:
parent
e4e078a1c9
commit
d900053dad
|
@ -1085,7 +1085,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public void InsertNumFrames(int insertionFrame, int numberOfFrames)
|
||||
{
|
||||
if (insertionFrame < CurrentTasMovie.InputLogLength)
|
||||
if (insertionFrame <= CurrentTasMovie.InputLogLength)
|
||||
{
|
||||
bool needsToRollback = TasView.FirstSelectedIndex < Emulator.Frame;
|
||||
|
||||
|
|
Loading…
Reference in New Issue