Skip to content

Commit 27c956b

Browse files
committed
change arena of stage from ofConfined to ofShared
1 parent 342e41b commit 27c956b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/elebras1/flecs/World.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public World() {
140140
}
141141

142142
private World(MemorySegment stageSeg, ComponentRegistry componentRegistry) {
143-
this.arena = Arena.ofConfined();
143+
this.arena = Arena.ofShared();
144144
this.worldSeg = stageSeg;
145145
this.componentRegistry = componentRegistry;
146146
this.systemCallbacks = new HashMap<>();

0 commit comments

Comments
 (0)