mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 17:21:09 +00:00
fix missing models in demo playback after the model scaling patch
See: https://github.com/sezero/quakespasm/pull/32.
This commit is contained in:
parent
8a7cdc933f
commit
403aceb066
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ void CL_ParseUpdate (int bits)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ent->alpha = ent->baseline.alpha;
|
ent->alpha = ent->baseline.alpha;
|
||||||
|
ent->scale = ENTSCALE_DEFAULT;
|
||||||
}
|
}
|
||||||
//johnfitz
|
//johnfitz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue