Whitespace fixes.
This commit is contained in:
parent
07f32ee129
commit
a024e7015d
2 changed files with 2 additions and 3 deletions
|
|
@ -27,7 +27,6 @@ namespace {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Texture::Texture() :
|
Texture::Texture() :
|
||||||
m_id (0),
|
m_id (0),
|
||||||
m_size (0, 0),
|
m_size (0, 0),
|
||||||
|
|
@ -37,7 +36,7 @@ m_format (PixelFormat::PF_Unknown)
|
||||||
|
|
||||||
Texture::~Texture()
|
Texture::~Texture()
|
||||||
{
|
{
|
||||||
destroy();
|
destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Texture::create(unsigned width, unsigned heigth, PixelFormat format)
|
void Texture::create(unsigned width, unsigned heigth, PixelFormat format)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue