mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 03:24:32 -05:00
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…
Add table
Reference in a new issue