We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b723fa commit 21449e2Copy full SHA for 21449e2
src/osg/Image.cpp
@@ -1873,8 +1873,7 @@ void Image::flipVertical()
1873
// Callers should check isBPTC() and set TOP_LEFT origin instead of calling flipVertical().
1874
if (Image::isBPTC(_pixelFormat))
1875
{
1876
- OSG_WARN << "Image::flipVertical(): BPTC (BC6H/BC7) textures cannot be flipped in compressed form. "
1877
- << "Use TOP_LEFT origin with runtime UV flip instead." << std::endl;
+ OSG_WARN << "Image::flipVertical(): BPTC (BC6H/BC7) textures cannot be flipped in compressed form." << std::endl;
1878
return;
1879
}
1880
0 commit comments