mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
fix studiomodel textures
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user