shyf1301 7 rokov pred
rodič
commit
3c9c090fed
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 );
 
 	},