Skip to content

Commit 4c88c6f

Browse files
Kelwanzaucy
authored andcommitted
chore: typo
1 parent 3d0eea3 commit 4c88c6f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ecsact/runtime/dynamic.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,12 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_system_notify_component_setting)
515515
ecsact_system_notify_setting setting
516516
);
517517

518+
/**
519+
* Sets a components type
520+
*/
518521
ECSACT_DYNAMIC_API_FN(void, ecsact_set_component_type)
519522
( //
520-
ecsact_component_id comopnent_id,
523+
ecsact_component_id component_id,
521524
ecsact_component_type component_type
522525
);
523526

@@ -576,7 +579,8 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_component_type)
576579
fn(ecsact_system_generates_unset_component, __VA_ARGS__); \
577580
fn(ecsact_set_entity_execution_status, __VA_ARGS__); \
578581
fn(ecsact_set_system_parallel_execution, __VA_ARGS__); \
579-
fn(ecsact_set_system_notify_component_setting, __VA_ARGS__)
582+
fn(ecsact_set_system_notify_component_setting, __VA_ARGS__); \
583+
fn(ecsact_set_component_type, __VA_ARGS__); \
580584
#endif
581585

582586
#endif // ECSACT_RUNTIME_DYNAMIC_H

0 commit comments

Comments
 (0)