summaryrefslogtreecommitdiff
path: root/src/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.c')
-rw-r--r--src/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.c b/src/display.c
index 111e5d4..742863f 100644
--- a/src/display.c
+++ b/src/display.c
@@ -78,7 +78,7 @@ static void draw_fixture(cairo_t *cr, PangoContext *pc, PangoFontDescription *fo
if ( fix->cls->attributes & PANTILT ) {
double x = w*(1.0 + fix->pan)/2.0;
- double y = h*(1.0 + fix->tilt)/2.0;
+ double y = h*(1.0 - fix->tilt)/2.0;
cairo_move_to(cr, x, -1.0);
cairo_line_to(cr, x, h+1.0);