We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342e41b commit 27c956bCopy full SHA for 27c956b
1 file changed
src/main/java/com/github/elebras1/flecs/World.java
@@ -140,7 +140,7 @@ public World() {
140
}
141
142
private World(MemorySegment stageSeg, ComponentRegistry componentRegistry) {
143
- this.arena = Arena.ofConfined();
+ this.arena = Arena.ofShared();
144
this.worldSeg = stageSeg;
145
this.componentRegistry = componentRegistry;
146
this.systemCallbacks = new HashMap<>();
0 commit comments