Maybe fix native GL crash due to buffer free

This commit is contained in:
James Seibel
2026-04-21 21:40:20 -05:00
parent 4b317a8e00
commit 246c679a97
@@ -427,6 +427,7 @@ public class LodRenderSection implements IDebugRenderable, AutoCloseable
}
this.setRenderingEnabled(false);
if (this.renderBufferContainer != null)
{
this.renderBufferContainer.close();