Fixed indentation
This commit is contained in:
parent
7ce1938543
commit
3f686d8719
@ -805,7 +805,8 @@ unsigned int Image::computePixelSizeInBits(GLenum format,GLenum type)
|
||||
|
||||
}
|
||||
|
||||
osg::Vec3i Image::computeBlockFootprint(GLenum pixelFormat) {
|
||||
osg::Vec3i Image::computeBlockFootprint(GLenum pixelFormat)
|
||||
{
|
||||
switch (pixelFormat)
|
||||
{
|
||||
case(GL_COMPRESSED_RGB_S3TC_DXT1_EXT) :
|
||||
|
Loading…
Reference in New Issue
Block a user