- changed angle parameter of FillSimplePoly.
This commit is contained in:
parent
5bf806e478
commit
41387622f2
5 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue