Skip to content

Commit

Permalink
Merge pull request #467 from johnbrandle/master
Browse files Browse the repository at this point in the history
update to allow tiltAngle & panAngle to resolve after first call to update in HoverController
  • Loading branch information
rob-bateman committed Apr 19, 2013
2 parents 92f1f95 + 9ec25e1 commit a1167ad
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 a1167ad

Please sign in to comment.