Browse Source

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

Fix 404 to CompressedTextureLoader.js
Ricardo Cabello 10 years ago
parent
commit
878a48819a
1 changed files with 0 additions and 1 deletions
  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>