You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
renamed all Rect3.pos to Rect3.position
This commit is contained in:
committed by
Rémi Verschelde
parent
63fd693c1e
commit
935f730170
@@ -635,7 +635,7 @@ bool GridMapEditor::forward_spatial_input_event(Camera *p_camera, const Ref<Inpu
|
||||
|
||||
int area = E->get();
|
||||
Rect3 aabb = node->area_get_bounds(area);
|
||||
aabb.pos *= node->get_cell_size();
|
||||
aabb.position *= node->get_cell_size();
|
||||
aabb.size *= node->get_cell_size();
|
||||
|
||||
Vector3 rclip, rnormal;
|
||||
|
||||
Reference in New Issue
Block a user