removed whitespace
This commit is contained in:
parent
b21efca0e5
commit
dc2cd7a128
|
@ -10,7 +10,6 @@ namespace oglu
|
||||||
AbstractVertexArray::AbstractVertexArray(const AbstractVertexArray& other) :
|
AbstractVertexArray::AbstractVertexArray(const AbstractVertexArray& other) :
|
||||||
VAO(other.VAO), VBO(other.VBO), EBO(other.EBO), count(other.count)
|
VAO(other.VAO), VBO(other.VBO), EBO(other.EBO), count(other.count)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AbstractVertexArray::~AbstractVertexArray()
|
AbstractVertexArray::~AbstractVertexArray()
|
||||||
|
|
Loading…
Reference in a new issue