Browse Source

fixed indentation

jotinha 12 năm trước cách đây
mục cha
commit
bf41b8c000
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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/