mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
small fix for drawcircle16z m32script command
git-svn-id: https://svn.eduke32.com/eduke32@1795 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
afc266f8d2
commit
ff19c75a78
1 changed files with 1 additions and 1 deletions
|
@ -2868,7 +2868,7 @@ dodefault:
|
||||||
{
|
{
|
||||||
screencoords(&x1,&y1, x1-pos.x,y1-pos.y, zoom);
|
screencoords(&x1,&y1, x1-pos.x,y1-pos.y, zoom);
|
||||||
if (m32_sideview)
|
if (m32_sideview)
|
||||||
y1 += getscreenvdisp(z1, zoom);
|
y1 += getscreenvdisp(z1-pos.z, zoom);
|
||||||
r = mulscale14(r,zoom);
|
r = mulscale14(r,zoom);
|
||||||
eccen = scalescreeny(eccen);
|
eccen = scalescreeny(eccen);
|
||||||
xofs = halfxdim16;
|
xofs = halfxdim16;
|
||||||
|
|
Loading…
Reference in a new issue