Fixed particle rendering (#518)
Introduced in 5a1c6d19ff
- I'm so dumb D:
I kinda recently noticed some of the SpaceShip particles were missing...
master
parent
8ce3a783bb
commit
d3c3f47b19
|
@ -3615,7 +3615,7 @@ void CParticle::DrawParticle(int sheet)
|
|||
{
|
||||
DrawParticleSphere(i);
|
||||
}
|
||||
else if ( m_particle[i].type >= PARTIPLOUF0 ) // cylinder?
|
||||
else if ( m_particle[i].type == PARTIPLOUF0 ) // cylinder?
|
||||
{
|
||||
DrawParticleCylinder(i);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue