diff options
Diffstat (limited to 'scene/2d/back_buffer_copy.h')
-rw-r--r-- | scene/2d/back_buffer_copy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/back_buffer_copy.h b/scene/2d/back_buffer_copy.h index b786c2b828..752d56de2b 100644 --- a/scene/2d/back_buffer_copy.h +++ b/scene/2d/back_buffer_copy.h @@ -54,6 +54,7 @@ protected: public: Rect2 _edit_get_rect() const; + virtual bool _edit_use_rect() const; void set_rect(const Rect2 &p_rect); Rect2 get_rect() const; |