mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-30 08:44:31 +00:00
engine: client: fix loading internal vgui (thx @SNMetamorph)
This commit is contained in:
parent
d27dd68072
commit
e9da43666c
@ -3974,7 +3974,7 @@ qboolean CL_LoadProgs( const char *name )
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// delayed vgui initialization for internal support
|
// delayed vgui initialization for internal support
|
||||||
if( GI->internal_vgui_support && VGui_LoadProgs( NULL ))
|
if( GI->internal_vgui_support && VGui_LoadProgs( clgame.hInstance ))
|
||||||
{
|
{
|
||||||
VGui_Startup( refState.width, refState.height );
|
VGui_Startup( refState.width, refState.height );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user