Skip to content

Commit

Permalink
fix: use component like id for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 16, 2024
1 parent 5cc05bd commit 194ec18
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 @@ -510,7 +510,7 @@ ECSACT_META_API_FN(void, ecsact_meta_system_notify_settings)
*/
ECSACT_META_API_FN(ecsact_component_type, ecsact_meta_component_type)
( //
ecsact_component_id component_id
ecsact_component_like_id component_id
);

// # BEGIN FOR_EACH_ECSACT_META_API_FN
Expand Down

0 comments on commit 194ec18

Please sign in to comment.