Browse Source

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

Mr.doob 12 years ago
parent
commit
afb6806433
1 changed files with 1 additions and 1 deletions
  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/Matrix3.js"></script>
   <script src="../../src/math/Matrix4.js"></script>
   <script src="../../src/math/Matrix4.js"></script>
   <script src="../../src/math/Ray.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/Frustum.js"></script>
   <script src="../../src/math/Plane.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/Math.js"></script>
   <script src="../../src/math/Triangle.js"></script>
   <script src="../../src/math/Triangle.js"></script>