Merge remote-tracking branch 'upstream/master' into truecolor
This commit is contained in:
commit
50f59bd3c7
28 changed files with 186 additions and 45 deletions
|
|
@ -2516,7 +2516,7 @@ void R_ProjectParticle (particle_t *particle, const sector_t *sector, int shade,
|
|||
if (x1 >= x2)
|
||||
return;
|
||||
|
||||
yscale = xs_RoundToInt(YaspectMul * xscale);
|
||||
yscale = YaspectMul * xscale;
|
||||
ty = particle->Pos.Z - ViewPos.Z;
|
||||
y1 = xs_RoundToInt(CenterY - (ty + psize) * yscale);
|
||||
y2 = xs_RoundToInt(CenterY - (ty - psize) * yscale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue