Browse Source

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 10 years ago
parent
commit
d27c2aa3d2
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>
 		</div>
 
 
 		<script src="../build/three.min.js"></script>
 		<script src="../build/three.min.js"></script>
-		<script src="js/loaders/CompressedTextureLoader.js"></script>
 		<script src="js/loaders/PVRLoader.js"></script>
 		<script src="js/loaders/PVRLoader.js"></script>
 
 
 		<script src="js/Detector.js"></script>
 		<script src="js/Detector.js"></script>