mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 14:34:15 +00:00
fix(ebo): remove const from constructor param
This commit is contained in:
@@ -9,7 +9,7 @@ private:
|
||||
GLuint id;
|
||||
|
||||
public:
|
||||
EBO(const unsigned int* indices, size_t size);
|
||||
EBO(unsigned int* indices, size_t size);
|
||||
~EBO();
|
||||
|
||||
void bind();
|
||||
|
||||
Reference in New Issue
Block a user