Remove debug render
This commit is contained in:
@@ -460,7 +460,7 @@ static void renderNode(BzUI *ui, BzUINode *node) {
|
||||
drawRect.x, drawRect.y
|
||||
}, style.fontSize, style.fontSpacing, color);
|
||||
}
|
||||
if (node->flags & BZ_UI_DRAW_DEBUG || true) {
|
||||
if (node->flags & BZ_UI_DRAW_DEBUG) {
|
||||
DrawRectangleLines(rect.x, rect.y, rect.width, rect.height, RED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user