diff --git a/src/texture.cpp b/src/texture.cpp index 0948bba..ea1226b 100644 --- a/src/texture.cpp +++ b/src/texture.cpp @@ -15,7 +15,6 @@ namespace oglu AbstractTexture::AbstractTexture(const AbstractTexture& other) : width(other.width), height(other.height), nrChannels(other.nrChannels), texture(other.texture) { - } AbstractTexture::~AbstractTexture()