Browse Source

Minor tweaks

Mr.doob 13 years ago
parent
commit
96ab46a8aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Ray.js

+ 1 - 1
src/core/Ray.js

@@ -244,7 +244,7 @@
 
 
 	THREE.Ray.prototype.precision = 0.0001;
 	THREE.Ray.prototype.precision = 0.0001;
     
     
-    THREE.Ray.prototype.set = function ( origin, direction){
+    THREE.Ray.prototype.set = function ( origin, direction ) {
         
         
         this.origin = origin;
         this.origin = origin;
         this.direction = direction;
         this.direction = direction;