From 6cd543927cfe1de93a494005ceca0a1e0524e992 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Mon, 7 Jun 2021 00:39:40 -0700 Subject: [PATCH] ref_vk: update merge --- ref_vk/vk_studio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref_vk/vk_studio.c b/ref_vk/vk_studio.c index 8c26d148..a27a9a3c 100644 --- a/ref_vk/vk_studio.c +++ b/ref_vk/vk_studio.c @@ -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 )) {