diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-11-20 00:19:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 00:19:00 +0700 |
commit | f5e85c61039f8ff17805172c7a417747070bbc98 (patch) | |
tree | db0dd34791d799e701a8688b8bae45370968ada0 /scene/2d/collision_polygon_2d.h | |
parent | d629a753ec8d6b3e01f608652e43909be1b2c254 (diff) | |
parent | 8d1f2b1857322ed2875cd83b275f3a80f04394a9 (diff) |
Merge pull request #12955 from groud/editor_canvas_item_api_rework
Editor canvas item api rework
Diffstat (limited to 'scene/2d/collision_polygon_2d.h')
-rw-r--r-- | scene/2d/collision_polygon_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/collision_polygon_2d.h b/scene/2d/collision_polygon_2d.h index c9ec860e36..2fb08a4599 100644 --- a/scene/2d/collision_polygon_2d.h +++ b/scene/2d/collision_polygon_2d.h @@ -69,7 +69,7 @@ public: void set_polygon(const Vector<Point2> &p_polygon); Vector<Point2> get_polygon() const; - virtual Rect2 get_item_rect() const; + virtual Rect2 _edit_get_rect() const; virtual String get_configuration_warning() const; |