mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 21:04:14 +00:00
ref: gl: psvita: use Cvar_FullSet to disable r_studio_drawelements
This commit is contained in:
parent
2bacc91922
commit
aa4e2f0ae4
@ -152,7 +152,7 @@ void R_StudioInit( void )
|
||||
|
||||
#if XASH_PSVITA
|
||||
// don't do the same array-building work twice since that's what our FFP shim does anyway
|
||||
gEngfuncs.Cvar_SetValue( "r_studio_drawelements", 0 );
|
||||
gEngfuncs.Cvar_FullSet( "r_studio_drawelements", "0", FCVAR_READ_ONLY );
|
||||
#endif
|
||||
|
||||
Matrix3x4_LoadIdentity( g_studio.rotationmatrix );
|
||||
|
Loading…
x
Reference in New Issue
Block a user