- changed angle parameter of FillSimplePoly.

This commit is contained in:
Christoph Oelckers 2016-03-24 16:36:43 +01:00
commit 41387622f2
5 changed files with 12 additions and 13 deletions

View file

@ -2070,7 +2070,7 @@ void AM_drawSubsectors()
originx, originy,
scale / (FIXED2DBL(scalex) * float(1 << MAPBITS)),
scale / (FIXED2DBL(scaley) * float(1 << MAPBITS)),
rotation,
ANGLE2DBL(rotation),
colormap,
floorlight
);