There was an error while loading. Please reload this page.
1 parent 9e208a4 commit e1b7658Copy full SHA for e1b7658
1 file changed
distr/flecs.c
@@ -20688,7 +20688,6 @@ void ecs_set_stage_count(
20688
#ifdef FLECS_MUT_ALIAS_LOCKS
20689
flecs_tables_resize_column_locks(world,world->stage_count,stage_count);
20690
#endif
20691
-
20692
const ecs_entity_t *lookup_path = NULL;
20693
if (world->stage_count >= 1) {
20694
lookup_path = world->stages[0]->lookup_path;
@@ -20969,7 +20968,6 @@ bool ecs_is_defer_suspended(
20969
20968
return false;
20970
}
20971
20972
20973
/**
20974
* @file tree_spawner.c
20975
* @brief Data structure used to speed up the creation of hierarchies.
0 commit comments