Fixed whitespace
This commit is contained in:
parent
10059e58e6
commit
30736781ab
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue