diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-02-16 16:43:51 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-02-16 16:43:51 -0200 |
commit | aca756fce8ab66aead3f6d6aa22a8ddb891ddbbf (patch) | |
tree | b85db91f60cfb90ca9d26cb1c38eca24d7029d1b /editor/plugins/polygon_2d_editor_plugin.h | |
parent | 1aadb9f4541828d7369ad2b6d8577a6813ea9f90 (diff) | |
download | redot-engine-aca756fce8ab66aead3f6d6aa22a8ddb891ddbbf.tar.gz |
Revert "Disallow polygon2D editing if internal vertices exists, as suggested in #24853"
This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef.
Diffstat (limited to 'editor/plugins/polygon_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/polygon_2d_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/polygon_2d_editor_plugin.h b/editor/plugins/polygon_2d_editor_plugin.h index d3277e90f7..d1849dd09b 100644 --- a/editor/plugins/polygon_2d_editor_plugin.h +++ b/editor/plugins/polygon_2d_editor_plugin.h @@ -152,7 +152,6 @@ protected: virtual void _set_node(Node *p_polygon); virtual Vector2 _get_offset(int p_idx) const; - virtual String _why_cant_edit_polygon() const; virtual bool _has_uv() const { return true; }; virtual void _commit_action(); |