]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/mixin/client/renderer/MixinDebugHud.java
Add "Fast Render" option to configure culling behaviors
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / mixin / client / renderer / MixinDebugHud.java
index e604e123855fd89263fe86a70f3138e0e8434b65..b1cb122846d3ae3e7efd2020c5511f81e6599232 100644 (file)
@@ -21,7 +21,7 @@ public class MixinDebugHud {
             return;
         }
 
-        cir.getReturnValue().add(RenderCulling.debugString());
+        cir.getReturnValue().addAll(RenderCulling.debugStrings());
         cir.getReturnValue().add(RenderBatch.debugString());
         cir.getReturnValue().add(String.format("[BBOR] Rendering took %.2fms", ClientRenderer.getLastDurationNanos() / 1_000_000.0));
     }