Explorar o código

Clean up for linting.

linbingquan %!s(int64=4) %!d(string=hai) anos
pai
achega
8926652642
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      src/cameras/OrthographicCamera.js

+ 8 - 8
src/cameras/OrthographicCamera.js

@@ -12,14 +12,14 @@ class OrthographicCamera extends Camera {
 		this.type = 'OrthographicCamera';
 
 		this.zoom = 1;
-		this.view = null
-    this.left = left;
-    this.right = right;
-    this.top = top;
-    this.bottom = bottom;
-
-    this.near = near;
-    this.far = far;
+		this.view = null;
+		this.left = left;
+		this.right = right;
+		this.top = top;
+		this.bottom = bottom;
+
+		this.near = near;
+		this.far = far;
 
 		this.left = ( left !== undefined ) ? left : - 1;
 		this.right = ( right !== undefined ) ? right : 1;