Skip to content

Commit

Permalink
Merge pull request #50 from FalsePattern/ft-compat
Browse files Browse the repository at this point in the history
Fix crash with FalseTweaks
  • Loading branch information
makamys authored Feb 28, 2024
2 parents 377e009 + 153e15e commit dcfc273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/makamys/neodymium/renderer/NeoRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public int preRenderSortedRenderers(int renderPass, double alpha, WorldRenderer[

initIndexBuffers();

if(!Constants.KEEP_RENDER_LIST_LOGIC) {
if(!Constants.KEEP_RENDER_LIST_LOGIC && !Compat.isFalseTweaksModPresent()) {
updateRenderGlobalStats();
}
}
Expand Down

0 comments on commit dcfc273

Please sign in to comment.