Skip to content

Commit 3a4249b

Browse files
Fix GetFont default parameter
Font proportionality should be explicitly stated
1 parent 760e1e6 commit 3a4249b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp/src/game/client/mapbase/vscript_vgui.nut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ local _FontTall = {}
9191
local DoGetFont = ISurface.DoGetFont <- ISurface.GetFont;
9292
local DoGetFontTall = ISurface.GetFontTall;
9393
94-
ISurface.GetFont <- function( name, proportional = false, sch = "" )
94+
ISurface.GetFont <- function( name, proportional, sch = "" )
9595
{
9696
if ( sch in _Schemes )
9797
{

0 commit comments

Comments
 (0)