shyf1301 %!s(int64=7) %!d(string=hai) anos
pai
achega
3c9c090fed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 
 	},