Skip to content

Commit 85b790b

Browse files
committed
tr_backend: fix a comment
1 parent d4cea84 commit 85b790b

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
@@ -752,7 +752,7 @@ static GLint GL_ToSRGB( GLint internalFormat, bool isSRGB )
752752
return GL_SRGB8;
753753
case GL_RGBA8:
754754
return GL_SRGB8_ALPHA8;
755-
#if 0 // Internal formats, should not be used directly.
755+
#if 0 // Not used in the codebase.
756756
case GL_COMPRESSED_RGB:
757757
return GL_COMPRESSED_SRGB;
758758
case GL_COMPRESSED_RGBA:

0 commit comments

Comments
 (0)