Skip to content

Commit 21449e2

Browse files
committed
small warning message update.
1 parent 8b723fa commit 21449e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/osg/Image.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,8 +1873,7 @@ void Image::flipVertical()
18731873
// Callers should check isBPTC() and set TOP_LEFT origin instead of calling flipVertical().
18741874
if (Image::isBPTC(_pixelFormat))
18751875
{
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;
1876+
OSG_WARN << "Image::flipVertical(): BPTC (BC6H/BC7) textures cannot be flipped in compressed form." << std::endl;
18781877
return;
18791878
}
18801879

0 commit comments

Comments
 (0)