Disable debug generic object rendering

This commit is contained in:
James Seibel
2024-06-30 18:08:00 -05:00
parent 4a025de9d6
commit 72d6cb9697
@@ -84,7 +84,7 @@ public class GenericObjectRenderer implements IDhApiCustomRenderRegister
* Can be used to troubleshoot the renderer.
* If enabled several debug objects will render around (0,150,0).
*/
public static final boolean RENDER_DEBUG_OBJECTS = true;
public static final boolean RENDER_DEBUG_OBJECTS = false;
// rendering setup