Skip to content

Commit 8b37a1d

Browse files
committed
Disable buffer builder fix when isometric-renders is installed
Related: #273
1 parent b943dc1 commit 8b37a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ private ModernFixEarlyConfig(File file) {
223223
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
224224
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
225225
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
226+
disableIfModPresent("mixin.bugfix.buffer_builder_leak", "isometric-renders");
226227
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
227228
if(isFabric) {
228229
disableIfModPresent("mixin.bugfix.packet_leak", "memoryleakfix");

0 commit comments

Comments
 (0)