shyf1301 7 سال پیش
والد
کامیت
3c9c090fed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -384,7 +384,7 @@ Object.assign( Box3.prototype, {
 
 		}
 
-		return ( min <= -plane.constant && max >= -plane.constant );
+		return ( min <= - plane.constant && max >= - plane.constant );
 
 	},