mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed leftover debug code from yesterday's particle fix.
This commit is contained in:
parent
3d44613377
commit
37ddd20b56
1 changed files with 0 additions and 1 deletions
|
@ -887,7 +887,6 @@ void GLSprite::ProcessParticle (particle_t *particle, sector_t *sector)//, int s
|
||||||
OverrideShader = 0;
|
OverrideShader = 0;
|
||||||
|
|
||||||
ThingColor = particle->color;
|
ThingColor = particle->color;
|
||||||
ThingColor.g = 255;
|
|
||||||
ThingColor.a = 255;
|
ThingColor.a = 255;
|
||||||
|
|
||||||
modelframe=NULL;
|
modelframe=NULL;
|
||||||
|
|
Loading…
Reference in a new issue