removed whitespace

This commit is contained in:
Robert 2021-01-23 12:28:07 +01:00
parent b21efca0e5
commit dc2cd7a128

View file

@ -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()