Removed an error
This commit is contained in:
parent
3b3531d52c
commit
062fe203ad
|
@ -40,8 +40,6 @@ namespace Syntriax.Modules.Movement
|
|||
{
|
||||
RecacheMovements();
|
||||
toggleState = GetComponent<IToggleState>();
|
||||
if (toggleState == null)
|
||||
Debug.LogError("Movement Controller component needs one Monobehaviour attached that implements IToggleState interface", this);
|
||||
}
|
||||
|
||||
protected virtual void FixedUpdate()
|
||||
|
|
Loading…
Reference in New Issue