File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -515,9 +515,12 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_system_notify_component_setting)
515
515
ecsact_system_notify_setting setting
516
516
);
517
517
518
+ /**
519
+ * Sets a components type
520
+ */
518
521
ECSACT_DYNAMIC_API_FN (void , ecsact_set_component_type )
519
522
( //
520
- ecsact_component_id comopnent_id ,
523
+ ecsact_component_id component_id ,
521
524
ecsact_component_type component_type
522
525
);
523
526
@@ -576,7 +579,8 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_component_type)
576
579
fn(ecsact_system_generates_unset_component, __VA_ARGS__); \
577
580
fn(ecsact_set_entity_execution_status, __VA_ARGS__); \
578
581
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__); \
580
584
#endif
581
585
582
586
#endif // ECSACT_RUNTIME_DYNAMIC_H
You can’t perform that action at this time.
0 commit comments