You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// pick the narrowest up-to-date tree, if this tree is insufficiently up to date we would've switched to sync bfs earlier
364
372
SectionTreebestTree = null;
365
373
booleanbestTreeValid = false;
@@ -907,7 +915,6 @@ public int getVisibleChunkCount() {
907
915
// TODO: this fixes very delayed tasks, but it still regresses on same-frame tasks that don't get to run in time because the frustum task collection task takes at least one (and usually only one) frame to run
908
916
// maybe intercept tasks that are scheduled in zero- or one-frame defer mode?
909
917
// collect and prioritize regardless of visibility if it's an important defer mode?
Copy file name to clipboardExpand all lines: common/src/main/java/net/caffeinemc/mods/sodium/client/render/chunk/tree/AbstractTraversableMultiForest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ public void calculateReduced() {
0 commit comments