Skip to content

Commit 9339750

Browse files
committed
fix: set component type
1 parent 8bf4f9e commit 9339750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/runtime/dynamic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_component_type)
580580
fn(ecsact_set_entity_execution_status, __VA_ARGS__); \
581581
fn(ecsact_set_system_parallel_execution, __VA_ARGS__); \
582582
fn(ecsact_set_system_notify_component_setting, __VA_ARGS__); \
583-
fn(ecsact_set_component_type, __VA_ARGS__); \
583+
fn(ecsact_set_component_type, __VA_ARGS__)
584584
#endif
585585

586586
#endif // ECSACT_RUNTIME_DYNAMIC_H

0 commit comments

Comments
 (0)