From d02b00e65b34e2a7df56e4439954fbb1c364129b Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 12 Jul 2005 13:46:03 +0000 Subject: [PATCH] Bug 132 - Fixed problem with Axis PTZ causing wrong motion. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1484 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmcontrol-axis-v2.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmcontrol-axis-v2.pl.z b/scripts/zmcontrol-axis-v2.pl.z index 04ae6aa77..2ebe73bda 100644 --- a/scripts/zmcontrol-axis-v2.pl.z +++ b/scripts/zmcontrol-axis-v2.pl.z @@ -487,7 +487,7 @@ elsif ( $command eq "move_rel_downleft" ) } elsif ( $command eq "move_rel_downright" ) { - stepDownLeft( $panstep, $tiltstep ); + stepDownRight( $panstep, $tiltstep ); } elsif ( $command eq "zoom_rel_tele" ) {