Explorar o código

Merge branch 'fixing-frustum-unit-test' of https://github.com/danielribeiro/three.js into dev

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
afb6806433
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/unittests_sources.html

+ 1 - 1
test/unit/unittests_sources.html

@@ -24,9 +24,9 @@
   <script src="../../src/math/Matrix3.js"></script>
   <script src="../../src/math/Matrix4.js"></script>
   <script src="../../src/math/Ray.js"></script>
+  <script src="../../src/math/Sphere.js"></script>
   <script src="../../src/math/Frustum.js"></script>
   <script src="../../src/math/Plane.js"></script>
-  <script src="../../src/math/Sphere.js"></script>
   <script src="../../src/math/Math.js"></script>
   <script src="../../src/math/Triangle.js"></script>