mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-21 10:51:06 +00:00
..
This commit is contained in:
parent
d564ccf92a
commit
5966fd86de
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg, qboolean nomap)
|
|||
bits |= U_MODEL;
|
||||
|
||||
if (ent->baseline.scale != ent->v.scale) {
|
||||
if (ent->v.scale == 0f)
|
||||
if (ent->v.scale == 0)
|
||||
ent->v.scale = 1.0f;
|
||||
|
||||
if (ent->v.scale > 16.0f)
|
||||
|
|
Loading…
Reference in a new issue