This commit is contained in:
James Seibel
2023-08-28 21:14:19 -05:00
parent 93cfea4c84
commit fa93a22ab2
@@ -154,7 +154,7 @@ public class LodRenderSection implements IDebugRenderable
{
DebugRenderer.makeParticle(
new DebugRenderer.BoxParticle(
new DebugRenderer.Box(pos, 0, 256f, 0.03f, Color.cyan),
new DebugRenderer.Box(this.pos, 0, 256f, 0.03f, Color.cyan),
0.5, 512f
)
);