Improve update propagation performance

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent 118a8c2321
commit 6ec3f91bf4
11 changed files with 231 additions and 102 deletions
@@ -53,7 +53,7 @@ public class DynamicRegionCommand extends SWCommand {
dynamicRegion.getArea().reset(new PasteBuilder(new PasteBuilder.FileProvider(dynamicRegion.getArea().getResetFile())), false);
// TODO: This here still has some kind of error!aww
DynamicRegionSystem.INSTANCE.getNeighbours(dynamicRegion).forEach(r -> r.update(dynamicRegion));
dynamicRegion.updateNeighbours();
}
@Register({"dynamic", "delete"})