Explorar el Código

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

Ben Houston hace 12 años
padre
commit
4d86304184
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",