Fixed whitespace
This commit is contained in:
parent
10059e58e6
commit
30736781ab
|
@ -15,7 +15,6 @@ namespace oglu
|
||||||
AbstractTexture::AbstractTexture(const AbstractTexture& other) :
|
AbstractTexture::AbstractTexture(const AbstractTexture& other) :
|
||||||
width(other.width), height(other.height), nrChannels(other.nrChannels), texture(other.texture)
|
width(other.width), height(other.height), nrChannels(other.nrChannels), texture(other.texture)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AbstractTexture::~AbstractTexture()
|
AbstractTexture::~AbstractTexture()
|
||||||
|
|
Loading…
Reference in a new issue