Skip to content

Commit a5fabd4

Browse files
committed
remove todo
1 parent d678560 commit a5fabd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/net/caffeinemc/mods/sodium/client/render/chunk/lists/ChunkRenderList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public ChunkRenderList(RenderRegion region) {
3333
}
3434

3535
public void reset(int frame) {
36-
// TODO: benchmark overall improvement and test if partial batch writing is worth it
3736
this.prevSectionsWithGeometryCount = this.sectionsWithGeometryCount;
3837

3938
this.sectionsWithGeometryCount = 0;

0 commit comments

Comments
 (0)