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 a4c78a0 commit ca47f40Copy full SHA for ca47f40
sp/src/game/client/mapbase/vscript_vgui.nut
@@ -91,7 +91,7 @@ local _FontTall = {}
91
local DoGetFont = ISurface.DoGetFont <- ISurface.GetFont;
92
local DoGetFontTall = ISurface.GetFontTall;
93
94
-ISurface.GetFont <- function( name, proportional = false, sch = "" )
+ISurface.GetFont <- function( name, proportional, sch = "" )
95
{
96
if ( sch in _Schemes )
97
0 commit comments