Jelajahi Sumber

Line3.js was missing from common.json, was only in math.json

Ben Houston 12 tahun lalu
induk
melakukan
4d86304184
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      utils/build/includes/common.json

+ 1 - 0
utils/build/includes/common.json

@@ -5,6 +5,7 @@
 	"src/math/Vector2.js",
 	"src/math/Vector3.js",
 	"src/math/Vector4.js",
+	"src/math/Line3.js",
 	"src/math/Box2.js",
 	"src/math/Box3.js",
 	"src/math/Matrix3.js",