Fix LOD-only rendering mode

This commit is contained in:
James Seibel
2025-09-06 08:38:39 -05:00
parent 4ced316304
commit e72c08b0bc
4 changed files with 1 additions and 18 deletions
@@ -181,12 +181,6 @@ public class MixinLevelRenderer
ClientLevelWrapper.getWrapper(this.level)
);
}
if (Config.Client.Advanced.Debugging.lodOnlyMode.get())
{
callback.cancel();
}
}
}