Skip to content

Commit c5a2826

Browse files
authored
Update flecs.h
1 parent fe7b381 commit c5a2826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distr/flecs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27873,7 +27873,7 @@ untyped_component& constant(
2787327873
ecs_assert(eid != 0, ECS_INTERNAL_ERROR, NULL);
2787427874

2787527875
ecs_set_id(world_, eid,
27876-
ecs_pair(flecs::Constant, flecs::_::type<T>::id(world)), sizeof(T),
27876+
ecs_pair(flecs::Constant, _::type<T>::id(world_)), sizeof(T),
2787727877
&value);
2787827878

2787927879
return *this;

0 commit comments

Comments
 (0)