Syncing Udpate

This commit is contained in:
Josef 2025-04-19 15:32:08 +02:00
parent 9854cd68d3
commit 063359c602
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace Rokojori
if ( CharacterUpdateMode.Physics_Process == characterUpdateMode )
{
this.delta = (float)delta;
Nodes.ForEach<Action>( actionsContainer, a => Action.Trigger( a ) );
Nodes.ForEachDirectChild<CharacterControllerAction>( actionsContainer, a => Action.Trigger( a ) );
}
}
}