Fix compile error in back_buffer_copy.h
This commit is contained in:
parent
650e13f3cd
commit
86eedaec21
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
void set_copy_mode(CopyMode p_mode);
|
||||
CopyMode get_copy_mode() const;
|
||||
|
||||
Rect2 BackBufferCopy::get_item_rect() const;
|
||||
Rect2 get_item_rect() const;
|
||||
|
||||
BackBufferCopy();
|
||||
~BackBufferCopy();
|
||||
|
|
Loading…
Reference in a new issue