Browse Source

fixed indentation

jotinha 12 years ago
parent
commit
bf41b8c000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Ray.js

+ 1 - 1
src/math/Ray.js

@@ -294,7 +294,7 @@ THREE.Ray.prototype = {
 
 
 	}(),
 	}(),
 
 
-intersectBox: function ( box , optionalTarget ) {
+	intersectBox: function ( box , optionalTarget ) {
 
 
 		// http://www.scratchapixel.com/lessons/3d-basic-lessons/lesson-7-intersecting-simple-shapes/ray-box-intersection/
 		// http://www.scratchapixel.com/lessons/3d-basic-lessons/lesson-7-intersecting-simple-shapes/ray-box-intersection/