Fixed whitespace
This commit is contained in:
parent
10059e58e6
commit
30736781ab
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue