Explorar el Código

fixed indentation

jotinha hace 12 años
padre
commit
bf41b8c000
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/