Procházet zdrojové kódy

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

Mr.doob před 12 roky
rodič
revize
afb6806433
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>