Skip to content

Commit

Permalink
update HoverController. Allow _steps to be 0 so panAngle and tiltAngl…
Browse files Browse the repository at this point in the history
…e can resolve to their targets immediately.
  • Loading branch information
johnbrandle committed Jan 25, 2013
1 parent 92f1f95 commit 9ec25e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/away3d/controllers/HoverController.as
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ package away3d.controllers

public function set steps(val:uint):void
{
val = (val<1)? 1 : val;

if (_steps == val)
return;

Expand Down

0 comments on commit 9ec25e1

Please sign in to comment.