Skip to content

Commit

Permalink
Disable multithreaded rendering if isAngelicaLoaded is true
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmandt authored and mitchej123 committed Sep 9, 2024
1 parent a7fbd3e commit 0b74e1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public boolean canBeCombined(LittleTile tile) {

@Override
public boolean canBlockBeThreaded() {
// return false;
if (LittleTiles.isAngelicaLoaded) return false;
return block.getRenderType() == 0 && !(block instanceof BlockGrass);
}

Expand Down

0 comments on commit 0b74e1f

Please sign in to comment.