Tastudio - fix FastUpdate being slower than Update, it seems to need the same logic but just forgot all the logic, let's ensure it doesn't forget

This commit is contained in:
adelikat 2019-11-26 13:03:28 -06:00
parent 69e5a3b088
commit 47273f1278
1 changed files with 1 additions and 8 deletions

View File

@ -68,14 +68,7 @@ namespace BizHawk.Client.EmuHawk
public void FastUpdate()
{
if (!IsHandleCreated || IsDisposed || CurrentTasMovie == null)
{
return;
}
TasView.RowCount = CurrentTasMovie.InputLogLength + 1;
MaybeFollowCursor();
UpdateValues();
}
public void Restart()