From dc2cd7a128fa57697ffb7dfc5dd71311cf5dd080 Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 23 Jan 2021 12:28:07 +0100 Subject: [PATCH] removed whitespace --- src/vertexArray.cpp | 1 - 1 file changed, 1 deletion(-) 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()