Fix tab/whitespace

pull/324/head
sindra 4 years ago
parent b4eb9c5972
commit aa8514e65d

@ -912,7 +912,6 @@ bool Compressor::Private::outputHeader(nvtt::TextureType textureType, int w, int
header.glFormat = GL_RGBA;
header.glInternalFormat = GL_RGBA16F;
header.glBaseInternalFormat = GL_RGBA;
}
else if (compressionOptions.rsize == 11 && compressionOptions.gsize == 11 && compressionOptions.bsize == 10 && compressionOptions.asize == 0) {
header.glType = GL_UNSIGNED_INT_10F_11F_11F_REV;

Loading…
Cancel
Save