Reference Name Fix
This commit is contained in:
parent
5e0b7692b2
commit
713fb0188d
|
@ -69,7 +69,7 @@ namespace Syntriax.Modules.Movement.VariableMovement
|
|||
|
||||
if (_inputCollection != null)
|
||||
foreach (InputAction action in _inputCollection)
|
||||
if (action.name == Asset.Name)
|
||||
if (action.name == Asset.ActionReference)
|
||||
{
|
||||
actionReference = action;
|
||||
actionReference.performed += Performed;
|
||||
|
|
Loading…
Reference in New Issue