Browse Source

fix studiomodel textures

pull/2/head
mittorn 6 years ago
parent
commit
5fa9632ec0
  1. 2
      engine/common/mod_studio.c

2
engine/common/mod_studio.c

@ -1048,7 +1048,7 @@ void Mod_LoadStudioModel( model_t *mod, const void *buffer, qboolean *loaded ) @@ -1048,7 +1048,7 @@ void Mod_LoadStudioModel( model_t *mod, const void *buffer, qboolean *loaded )
phdr = R_StudioLoadHeader( mod, buffer );
if( !phdr ) return; // bad model
if( Host_IsDedicated() )
if( !Host_IsDedicated() )
{
if( phdr->numtextures == 0 )
{

Loading…
Cancel
Save