We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678560 commit a5fabd4Copy full SHA for a5fabd4
common/src/main/java/net/caffeinemc/mods/sodium/client/render/chunk/lists/ChunkRenderList.java
@@ -33,7 +33,6 @@ public ChunkRenderList(RenderRegion region) {
33
}
34
35
public void reset(int frame) {
36
- // TODO: benchmark overall improvement and test if partial batch writing is worth it
37
this.prevSectionsWithGeometryCount = this.sectionsWithGeometryCount;
38
39
this.sectionsWithGeometryCount = 0;
0 commit comments