Skip to content

Commit 8bf4f9e

Browse files
Kelwanzaucy
authored andcommitted
fix: small mistake
1 parent 4c88c6f commit 8bf4f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/runtime/meta.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ ECSACT_META_API_FN(ecsact_component_type, ecsact_meta_component_type)
584584
fn(ecsact_meta_get_system_parallel_execution, __VA_ARGS__); \
585585
fn(ecsact_meta_system_notify_settings_count, __VA_ARGS__); \
586586
fn(ecsact_meta_system_notify_settings, __VA_ARGS__); \
587-
fn(ecsact_meta_component_stream, __VA_ARGS__)
587+
fn(ecsact_meta_component_type, __VA_ARGS__)
588588
#endif
589589

590590
#endif // ECSACT_RUNTIME_META_H

0 commit comments

Comments
 (0)