aboutsummaryrefslogtreecommitdiff
path: root/generic/Reticle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Reticle.c')
-rw-r--r--generic/Reticle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Reticle.c b/generic/Reticle.c
index 59e3cdc..0c7abe2 100644
--- a/generic/Reticle.c
+++ b/generic/Reticle.c
@@ -282,7 +282,7 @@ ComputeCoordinates(ZnItem item,
(reticle->num_circles - 1) * reticle->step_size_dev;
item->item_bounding_box.orig.x = reticle->dev.x - half_width;
item->item_bounding_box.orig.y = reticle->dev.y - half_width;
- item->item_bounding_box.corner.x = item->item_bounding_box.orig.y + (2 * half_width);
+ item->item_bounding_box.corner.x = item->item_bounding_box.orig.x + (2 * half_width);
item->item_bounding_box.corner.y = item->item_bounding_box.orig.y + (2 * half_width);
}
}