Reference Name Fix

This commit is contained in:
Syntriax 2022-06-10 11:16:19 +03:00
parent 5e0b7692b2
commit 713fb0188d
1 changed files with 1 additions and 1 deletions

View File

@ -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;