dont leak memory

This commit is contained in:
mcrcortex
2024-08-03 14:42:55 +10:00
parent 57ad9f56be
commit 7d883913bd

View File

@@ -32,7 +32,7 @@ public class HierarchicalNodeManager {
} }
public void processBuildResult(BuiltSection section) { public void processBuildResult(BuiltSection section) {
section.free();
} }
//Called when a section is updated in the world engine //Called when a section is updated in the world engine