We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5d296 commit c015dccCopy full SHA for c015dcc
distr/flecs.h
@@ -4178,7 +4178,7 @@ ecs_entity_t flecs_component_ids_get(
4178
*/
4179
FLECS_API
4180
ecs_entity_t flecs_component_ids_get_alive(
4181
- const ecs_world_t *stage_world,
+ const ecs_world_t *world,
4182
int32_t index);
4183
4184
/** Set world local component id.
include/flecs/private/api_support.h
@@ -273,7 +273,7 @@ ecs_entity_t flecs_component_ids_get(
273
274
275
276
277
278
279
0 commit comments