band-aid solution to a temporary

This commit is contained in:
James Seibel
2023-07-27 21:38:03 -05:00
parent 895a0db542
commit d5fc8b760a
@@ -348,7 +348,7 @@ public class LodRenderSection implements IDebugRenderable
}
}
public void disposeRenderData()
public synchronized void disposeRenderData() // synchronized is a band-aid solution to prevent a rare bug where the future isn't canceled in the right order
{
disposeRenderBuffer();
this.renderSource = null;