fix studiomodel textures

This commit is contained in:
mittorn 2019-03-16 17:24:32 +07:00
parent db78726656
commit 5fa9632ec0
1 changed files with 1 additions and 1 deletions

View File

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