Fixed whitespace

This commit is contained in:
Robert 2021-01-23 12:30:00 +01:00
parent 10059e58e6
commit 30736781ab

View file

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