Skip to content

Commit 48d081f

Browse files
committed
fix: use component like id for now
1 parent 87a814a commit 48d081f

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
@@ -516,7 +516,7 @@ ECSACT_META_API_FN(void, ecsact_meta_system_notify_settings)
516516
*/
517517
ECSACT_META_API_FN(ecsact_component_type, ecsact_meta_component_type)
518518
( //
519-
ecsact_component_id component_id
519+
ecsact_component_like_id component_id
520520
);
521521

522522
// # BEGIN FOR_EACH_ECSACT_META_API_FN

0 commit comments

Comments
 (0)