refactor: Remove dbg prints in ui_blocks()

This commit is contained in:
demenik
2025-11-29 16:19:08 +01:00
parent c3ef1f5315
commit 90b6785bad

View File

@@ -11,11 +11,7 @@ pub fn ui_blocks(
(window.height() / 2.0) - cursor_pos.y,
);
dbg!(ui_point);
ui_query.iter().any(|(node, global_transform)| {
dbg!(node, global_transform);
let size = node.size();
let center = global_transform.translation().truncate();
let half_size = size / 2.0;