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:
parent
69e5a3b088
commit
47273f1278
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue