mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Enable ANIMDEFS for particles
This commit is contained in:
parent
a0786253c7
commit
31ded6dd8a
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ void HWSprite::ProcessParticle (HWDrawInfo *di, particle_t *particle, sector_t *
|
|||
ur = 1;
|
||||
vt = 0;
|
||||
vb = 1;
|
||||
texture = TexMan.GetGameTexture(lump, false);
|
||||
texture = TexMan.GetGameTexture(lump, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue