Explorar o código

Add missing semicolon in EditorControls

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
b9d8e2168c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      examples/js/controls/EditorControls.js

+ 3 - 3
examples/js/controls/EditorControls.js

@@ -13,9 +13,9 @@ THREE.EditorControls = function ( object, domElement ) {
 
 	this.enabled = true;
 	this.center = new THREE.Vector3();
-	this.panSpeed = 0.001
-	this.zoomSpeed = 0.001
-	this.rotationSpeed = 0.005
+	this.panSpeed = 0.001;
+	this.zoomSpeed = 0.001;
+	this.rotationSpeed = 0.005;
 
 	// internals