fix studiomodel textures
This commit is contained in:
parent
db78726656
commit
5fa9632ec0
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue