diff options
| author | Gilles Roudiere | 2017-11-15 23:03:25 +0100 |
|---|---|---|
| committer | Gilles Roudiere | 2017-11-19 13:36:31 +0100 |
| commit | 8d1f2b1857322ed2875cd83b275f3a80f04394a9 (patch) | |
| tree | 95a39e9988c8dd4da85203426764b61f1dff0336 /scene/2d/collision_polygon_2d.cpp | |
| parent | 0aa4765904b0aea28ccf485b2428b027a5960df4 (diff) | |
| download | godot-8d1f2b1857322ed2875cd83b275f3a80f04394a9.tar.gz godot-8d1f2b1857322ed2875cd83b275f3a80f04394a9.tar.zst godot-8d1f2b1857322ed2875cd83b275f3a80f04394a9.zip | |
Rework the canvas_item API for further improves to the canvas item editor
Diffstat (limited to 'scene/2d/collision_polygon_2d.cpp')
| -rw-r--r-- | scene/2d/collision_polygon_2d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/collision_polygon_2d.cpp b/scene/2d/collision_polygon_2d.cpp index a840744c7..92855299a 100644 --- a/scene/2d/collision_polygon_2d.cpp +++ b/scene/2d/collision_polygon_2d.cpp @@ -243,7 +243,7 @@ CollisionPolygon2D::BuildMode CollisionPolygon2D::get_build_mode() const { return build_mode; } -Rect2 CollisionPolygon2D::get_item_rect() const { +Rect2 CollisionPolygon2D::_edit_get_rect() const { return aabb; } |
