mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
ref: implement API interface for ref_gl, get rid of RenderAPI, RenderInterface and vgui_support API references
This commit is contained in:
@@ -1547,7 +1547,7 @@ void CL_RegisterResources( sizebuf_t *msg )
|
||||
CL_ClearWorld ();
|
||||
|
||||
// tell rendering system we have a new set of models.
|
||||
RefRenderIface->R_NewMap ();
|
||||
ref.dllFuncs.R_NewMap ();
|
||||
|
||||
CL_SetupOverviewParams();
|
||||
|
||||
@@ -3131,7 +3131,7 @@ void CL_LegacyPrecache_f( void )
|
||||
clgame.entities->model = cl.worldmodel;
|
||||
|
||||
// tell rendering system we have a new set of models.
|
||||
RefRenderIface->R_NewMap ();
|
||||
ref.dllFuncs.R_NewMap ();
|
||||
|
||||
CL_SetupOverviewParams();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user