Merge pull request #41767 from lolleko/patch-1

Remove ArrayMesh::surface_remove declaration
This commit is contained in:
Rémi Verschelde 2020-09-07 08:33:12 +02:00 committed by GitHub
commit 753b2bd010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,6 @@ public:
void surface_update_region(int p_surface, int p_offset, const Vector<uint8_t> &p_data);
int get_surface_count() const override;
void surface_remove(int p_idx);
void clear_surfaces();