Browse Source

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

Ben Houston 12 years ago
parent
commit
4d86304184
1 changed files with 1 additions and 0 deletions
  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",