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 a7fba6c commit 63ab160Copy full SHA for 63ab160
2 files changed
distr/flecs.h
@@ -22776,6 +22776,7 @@ struct world {
22776
"reset would invalidate other handles");
22777
ecs_fini(world_);
22778
world_ = ecs_init();
22779
+ init_builtin_components();
22780
}
22781
22782
/** Obtain pointer to C world object.
include/flecs/addons/cpp/world.hpp
@@ -267,6 +267,7 @@ struct world {
267
268
269
270
271
272
273
0 commit comments