Fix #3685
This commit is contained in:
parent
ea7683a996
commit
4fea6752f3
|
@ -1398,7 +1398,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
if (prevTyped != "")
|
||||
{
|
||||
value = 0f;
|
||||
value = ControllerType.Axes[_axisEditColumn].Neutral;
|
||||
CurrentTasMovie.SetAxisState(_axisEditRow, _axisEditColumn, (int) value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue