Merge pull request #1504 from marynate/PR-fix-backbuffer-compile
Fix compile error in back_buffer_copy.h
This commit is contained in:
commit
0d3b2ea1fd
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…
Add table
Add a link
Reference in a new issue