refactor: Remove dbg prints in ui_blocks()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user