Skip to content

Commit a723031

Browse files
photonstormmrdoob
authored andcommitted
Added the missing core/Layers.js, and removed core/Face4.js, from the canvas.json build include. The canvas only version of three.js now builds properly using the build scripts. (mrdoob#9251)
1 parent 9bc935a commit a723031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build/includes/canvas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"src/math/Frustum.js",
1717
"src/math/Math.js",
1818
"src/math/Triangle.js",
19+
"src/core/Layers.js",
1920
"src/core/EventDispatcher.js",
2021
"src/core/Raycaster.js",
2122
"src/core/Object3D.js",
2223
"src/core/Face3.js",
23-
"src/core/Face4.js",
2424
"src/core/BufferAttribute.js",
2525
"src/core/Geometry.js",
2626
"src/core/BufferGeometry.js",

0 commit comments

Comments
 (0)