Procházet zdrojové kódy

Fix 404 to CompressedTextureLoader.js

CompressedTextureLoader is part of the main library since 6f06aa6 (r69).

Fixes PVRTC example #5807. This example is only supported on iOS.
dubejf před 10 roky
rodič
revize
d27c2aa3d2
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      examples/webgl_materials_texture_pvrtc.html

+ 0 - 1
examples/webgl_materials_texture_pvrtc.html

@@ -37,7 +37,6 @@
 		</div>
 
 		<script src="../build/three.min.js"></script>
-		<script src="js/loaders/CompressedTextureLoader.js"></script>
 		<script src="js/loaders/PVRLoader.js"></script>
 
 		<script src="js/Detector.js"></script>