summaryrefslogtreecommitdiff
path: root/src/sim/sim_other.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/sim_other.c')
-rw-r--r--src/sim/sim_other.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/sim_other.c b/src/sim/sim_other.c
index 0954406..9079501 100644
--- a/src/sim/sim_other.c
+++ b/src/sim/sim_other.c
@@ -261,7 +261,7 @@ void cdSimPolyBezier(cdCanvas* canvas, const cdPoint* points, int n)
last_yi_b = -65535;
/* Use special floating point anti-alias line draw when
- line_width==1, and NOT using cdlineSIM. */
+ line_width==1, and using cdlineSIM. */
if (canvas->line_width > 1 || canvas->cxLine != cdlineSIM)
use_poly = 1;