File tree Expand file tree Collapse file tree
src/game/client/videoservices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -357,13 +357,14 @@ void CVideoMaterial::CreateVideoMaterial( const char *pMaterialName )
357357 pVMTKeyValues->SetString ( " $ytexture" , ytexture );
358358 pVMTKeyValues->SetString ( " $cbtexture" , cbtexture );
359359 pVMTKeyValues->SetString ( " $crtexture" , crtexture );
360+ pVMTKeyValues->SetInt ( " $nobasetexture" , 1 );
360361 pVMTKeyValues->SetInt ( " $nofog" , 1 );
361362 pVMTKeyValues->SetInt ( " $spriteorientation" , 3 );
362363 pVMTKeyValues->SetInt ( " $translucent" , 1 );
363364 pVMTKeyValues->SetInt ( " $nolod" , 1 );
365+ pVMTKeyValues->SetInt ( " $nomip" , 1 );
364366 pVMTKeyValues->SetInt ( " $vertexcolor" , 1 );
365367 pVMTKeyValues->SetInt ( " $vertexalpha" , 1 );
366- pVMTKeyValues->SetInt ( " $nomip" , 1 );
367368 m_videoMaterial.Init ( pMaterialName, pVMTKeyValues );
368369 // Refresh the material vars because apparently init doesn't do this
369370 // and retains the previous video's frame
You can’t perform that action at this time.
0 commit comments