Skip to content

Commit

Permalink
added missing uint type for coordinate system argument, replaced const
Browse files Browse the repository at this point in the history
var default (fdt comp)
  • Loading branch information
rob-bateman committed Jan 24, 2014
1 parent 3e030cc commit 5fbd470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/away3d/cameras/lenses/PerspectiveLens.as
Expand Up @@ -21,7 +21,7 @@ package away3d.cameras.lenses
*
* @param fieldOfView The vertical field of view of the projection.
*/
public function PerspectiveLens(fieldOfView:Number = 60, coordinateSystem = CoordinateSystem.LEFT_HANDED)
public function PerspectiveLens(fieldOfView:Number = 60, coordinateSystem:uint = 0)
{
super();

Expand Down

0 comments on commit 5fbd470

Please sign in to comment.