Compare commits
	
		
			2 Commits
		
	
	
		
			97324647ce
			...
			22530dff10
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  Josef | 22530dff10 | |
|  Josef | 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