ref_vk: update merge

This commit is contained in:
Ivan Avdeev 2021-06-07 00:39:40 -07:00
parent 925a3cc216
commit 6cd543927c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ))
{