summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/cdwin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/win32/cdwin.c b/src/win32/cdwin.c
index 246ea5e..972f5a9 100644
--- a/src/win32/cdwin.c
+++ b/src/win32/cdwin.c
@@ -729,13 +729,12 @@ static void sCalcArc(cdCanvas* canvas, int xc, int yc, int w, int h, double a1,
if (canvas->invert_yaxis)
{
- /* fix axis orientation only, because angle orientation is the same */
+ /* fix axis orientation */
arc->YStartArc = 2*yc - arc->YStartArc;
arc->YEndArc = 2*yc - arc->YEndArc;
}
else
{
- /* Arc behave diferent when GM_ADVANCED is set */
/* it is clock-wise when axis NOT inverted */
if (swap)
{