mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
Optimising THREE.Shape.Utils.removeHoles
This commit is contained in:
@@ -138,7 +138,7 @@ THREE.Shape.Utils = {
|
||||
holes.push( hole );
|
||||
*/
|
||||
|
||||
allpoints = allpoints.concat( hole );
|
||||
Array.prototype.push.apply( allpoints, hole );
|
||||
|
||||
shortest = Number.POSITIVE_INFINITY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user