ソースを参照

fixed indentation

jotinha 12 年 前
コミット
bf41b8c000
1 ファイル変更1 行追加1 行削除
  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/