Fix #3685 again
This commit is contained in:
parent
4f98bf101c
commit
2fc9f719e5
|
@ -688,7 +688,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (frame >= CurrentTasMovie.InputLogLength)
|
||||
{
|
||||
CurrentTasMovie.SetAxisState(frame, buttonName, 0);
|
||||
CurrentTasMovie.SetAxisState(frame, buttonName, ControllerType.Axes[buttonName].Neutral);
|
||||
RefreshDialog();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue