This commit is contained in:
Morilli 2023-08-18 04:06:28 +02:00
parent ea7683a996
commit 4fea6752f3
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ namespace BizHawk.Client.EmuHawk
{
if (prevTyped != "")
{
value = 0f;
value = ControllerType.Axes[_axisEditColumn].Neutral;
CurrentTasMovie.SetAxisState(_axisEditRow, _axisEditColumn, (int) value);
}
}