fix autofire sticky axes off value
This commit is contained in:
parent
5803e362f9
commit
3ea0a5a2dd
|
@ -157,7 +157,7 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
if (value.HasValue)
|
||||
{
|
||||
pattern ??= new AutoPatternAxis(value.Value, _onFrames, 0, _offFrames);
|
||||
pattern ??= new AutoPatternAxis(value.Value, _onFrames, Definition.Axes[name].Neutral, _offFrames);
|
||||
_axisPatterns[name] = pattern;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue