mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Allow iqm models when storing efrags.
This commit is contained in:
parent
a880f33152
commit
15fd3be73a
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ R_StoreEfrags (const efrag_t *pefrag)
|
|||
case mod_alias:
|
||||
case mod_brush:
|
||||
case mod_sprite:
|
||||
case mod_iqm:
|
||||
if (pent->visframe != r_framecount) {
|
||||
R_EnqueueEntity (pent);
|
||||
// mark that we've recorded this entity for this frame
|
||||
|
|
Loading…
Reference in a new issue