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
This commit is contained in:
stan 2005-07-12 13:46:03 +00:00
parent 8f70e9eba3
commit d02b00e65b
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ elsif ( $command eq "move_rel_downleft" )
} }
elsif ( $command eq "move_rel_downright" ) elsif ( $command eq "move_rel_downright" )
{ {
stepDownLeft( $panstep, $tiltstep ); stepDownRight( $panstep, $tiltstep );
} }
elsif ( $command eq "zoom_rel_tele" ) elsif ( $command eq "zoom_rel_tele" )
{ {