Skip to content

Commit b2ea49d

Browse files
authored
Update flecs.h
1 parent 5cf4939 commit b2ea49d

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
@@ -27884,7 +27884,7 @@ untyped_component& constant(
2788427884
template <typename T = uint32_t>
2788527885
untyped_component& bit(
2788627886
const char *name,
27887-
uint32_t value
27887+
uint32_t value,
2788827888
flecs::entity_t TId = flecs::U32)
2788927889
{
2789027890
ecs_add_id(world_, id_, _::type<flecs::Bitmask>::id(world_));

0 commit comments

Comments
 (0)