瀏覽代碼

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

Ben Houston 12 年之前
父節點
當前提交
4d86304184
共有 1 個文件被更改,包括 1 次插入0 次删除
  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",