Skip to content

Commit 338359f

Browse files
committed
tr_backend: fix a comment
1 parent 5ff17d4 commit 338359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ static GLint GL_ToSRGB( GLint internalFormat, bool isSRGB )
758758
return GL_SRGB8;
759759
case GL_RGBA8:
760760
return GL_SRGB8_ALPHA8;
761-
#if 0 // Internal formats, should not be used directly.
761+
#if 0 // Not used in the codebase.
762762
case GL_COMPRESSED_RGB:
763763
return GL_COMPRESSED_SRGB;
764764
case GL_COMPRESSED_RGBA:

0 commit comments

Comments
 (0)