Skip to content

Commit

Permalink
fix: small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed Sep 16, 2024
1 parent d24a153 commit 6a66c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecsact/runtime/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ ECSACT_META_API_FN(ecsact_component_type, ecsact_meta_component_type)
fn(ecsact_meta_get_system_parallel_execution, __VA_ARGS__); \
fn(ecsact_meta_system_notify_settings_count, __VA_ARGS__); \
fn(ecsact_meta_system_notify_settings, __VA_ARGS__); \
fn(ecsact_meta_component_stream, __VA_ARGS__)
fn(ecsact_meta_component_type, __VA_ARGS__)
#endif

#endif // ECSACT_RUNTIME_META_H

0 comments on commit 6a66c7a

Please sign in to comment.