Enable ANIMDEFS for particles

This commit is contained in:
Ricardo Luís Vaz Silva 2022-11-08 18:57:18 -03:00 committed by Rachael Alexanderson
parent a0786253c7
commit 31ded6dd8a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}