fix camera

beta.r3js.org
Theunis J. Botha 2016-11-23 13:36:03 +01:00
parent 1a855bbf3d
commit 0ce34b54e3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ GameLib.D3.Camera.API = function(
this.id = id;
if (GameLib.D3.Utils.UndefinedOrNull(cameraType)) {
cameraType = GameLib.D3.Material.CAMERA_TYPE_PERSPECTIVE;
cameraType = GameLib.D3.Camera.CAMERA_TYPE_PERSPECTIVE;
}
this.cameraType = cameraType;