mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-05 01:51:55 +01:00
ref_vk: update merge
This commit is contained in:
parent
925a3cc216
commit
6cd543927c
@ -2288,7 +2288,7 @@ static void R_StudioDrawPoints( void )
|
||||
|
||||
static void R_StudioSetRemapColors( int newTop, int newBottom )
|
||||
{
|
||||
gEngine.CL_AllocRemapInfo( RI.currententity, newTop, newBottom );
|
||||
gEngine.CL_AllocRemapInfo( RI.currententity, RI.currentmodel, newTop, newBottom );
|
||||
|
||||
if( gEngine.CL_GetRemapInfoForEntity( RI.currententity ))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user