Explorar el Código

Merge pull request #6777 from dubejf/compress-tex-404

Fix 404 to CompressedTextureLoader.js
Ricardo Cabello hace 10 años
padre
commit
878a48819a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>