Syncing Udpate
This commit is contained in:
parent
9854cd68d3
commit
063359c602
|
@ -64,7 +64,7 @@ namespace Rokojori
|
||||||
if ( CharacterUpdateMode.Physics_Process == characterUpdateMode )
|
if ( CharacterUpdateMode.Physics_Process == characterUpdateMode )
|
||||||
{
|
{
|
||||||
this.delta = (float)delta;
|
this.delta = (float)delta;
|
||||||
Nodes.ForEach<Action>( actionsContainer, a => Action.Trigger( a ) );
|
Nodes.ForEachDirectChild<CharacterControllerAction>( actionsContainer, a => Action.Trigger( a ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue