Merge pull request #98768 from Repiteo/core/constexpr-math-operators

Core: Add `constexpr` constructors/operators to math structs
This commit is contained in:
Thaddeus Crews 2025-03-17 16:03:20 -05:00
commit 1f6426066e
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
56 changed files with 1109 additions and 1159 deletions

View file

@ -4872,7 +4872,6 @@ void CanvasItemEditor::_set_owner_for_node_and_children(Node *p_node, Node *p_ow
}
void CanvasItemEditor::_focus_selection(int p_op) {
Vector2 center(0.f, 0.f);
Rect2 rect;
int count = 0;