git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5053 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4fcd615308
commit
2e7388bb30
1 changed files with 1 additions and 1 deletions
|
@ -1573,7 +1573,7 @@ qboolean Alias_GAliasBuildMesh(mesh_t *mesh, vbo_t **vbop, galiasinfo_t *inf, in
|
||||||
#endif
|
#endif
|
||||||
mesh->trneighbors = inf->ofs_trineighbours;
|
mesh->trneighbors = inf->ofs_trineighbours;
|
||||||
|
|
||||||
#ifdef SKELETALMODELS
|
#if defined(SKELETALMODELS) && !defined(SERVERONLY)
|
||||||
if (!inf->numbones)
|
if (!inf->numbones)
|
||||||
usebones = false;
|
usebones = false;
|
||||||
else if (inf->ofs_skel_xyz && !inf->ofs_skel_weight)
|
else if (inf->ofs_skel_xyz && !inf->ofs_skel_weight)
|
||||||
|
|
Loading…
Reference in a new issue