We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf4f9e commit 9339750Copy full SHA for 9339750
ecsact/runtime/dynamic.h
@@ -580,7 +580,7 @@ ECSACT_DYNAMIC_API_FN(void, ecsact_set_component_type)
580
fn(ecsact_set_entity_execution_status, __VA_ARGS__); \
581
fn(ecsact_set_system_parallel_execution, __VA_ARGS__); \
582
fn(ecsact_set_system_notify_component_setting, __VA_ARGS__); \
583
- fn(ecsact_set_component_type, __VA_ARGS__); \
+ fn(ecsact_set_component_type, __VA_ARGS__)
584
#endif
585
586
#endif // ECSACT_RUNTIME_DYNAMIC_H
0 commit comments