diff --git a/src/vertexArray.cpp b/src/vertexArray.cpp index e4429f7..82bd639 100644 --- a/src/vertexArray.cpp +++ b/src/vertexArray.cpp @@ -10,7 +10,6 @@ namespace oglu AbstractVertexArray::AbstractVertexArray(const AbstractVertexArray& other) : VAO(other.VAO), VBO(other.VBO), EBO(other.EBO), count(other.count) { - } AbstractVertexArray::~AbstractVertexArray()