Browse Source

focalLength is read/write

Franco Ponticelli 16 years ago
parent
commit
843877babf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash9/geom/PerspectiveProjection.hx

+ 1 - 1
std/flash9/geom/PerspectiveProjection.hx

@@ -4,7 +4,7 @@ extern class PerspectiveProjection	{
 
 	var projectionCenter : Point;
 	var fieldOfView : Float;
-	var focalLength(default,null) : Float;
+	var focalLength : Float;
 
 	function new() : Void;
 	function toMatrix3D() : Matrix3D;