Procházet zdrojové kódy

fixing unit test: frustum depends on THREE.Sphere to be defined

Daniel Ribeiro před 12 roky
rodič
revize
4498de963a
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>