Add different debug modes (off, detail, detail_wireframe)

This commit is contained in:
James Seibel
2021-08-28 11:04:59 -05:00
parent c48d409015
commit 9277b3ad38
9 changed files with 84 additions and 60 deletions
@@ -221,7 +221,7 @@ public class LodBufferBuilder
adjData[1][z] = lodDim.getData(adjPos);
}
LodConfig.CLIENT.lodTemplate.get().template.addLodToBuffer(currentBuffer, playerBlockPos, lodData, adjData,
posToRender, renderer.debugging);
posToRender, renderer.previousDebugMode);
}
} catch (ArrayIndexOutOfBoundsException e)
{