mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +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
|
||||
ent->alpha = ent->baseline.alpha;
|
||||
ent->scale = ENTSCALE_DEFAULT;
|
||||
}
|
||||
//johnfitz
|
||||
|
||||
|
|
Loading…
Reference in a new issue