We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05818d commit 8637375Copy full SHA for 8637375
src/engine/client/cl_main.cpp
@@ -2110,7 +2110,7 @@ bool CL_InitRenderer()
2110
cl_consoleFontScaling = Cvar_Get( "cl_consoleFontScaling", "1", CVAR_LATCH );
2111
2112
// load character sets
2113
- cls.charSetShader = re.RegisterShader( "gfx/2d/bigchars", RSF_DEFAULT );
+ cls.charSetShader = re.RegisterShader( "gfx/2d/bigchars", RSF_2D );
2114
cls.useLegacyConsoleFont = cls.useLegacyConsoleFace = true;
2115
2116
// Register console font specified by cl_consoleFont, if any
0 commit comments