Переглянути джерело

Forgot to switch to minified lib.

alteredq 13 роки тому
батько
коміт
b3d7de97c7
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      examples/webgl_lights_hemisphere.html

+ 1 - 1
examples/webgl_lights_hemisphere.html

@@ -44,7 +44,7 @@
 			press <strong>h</strong> to toggle hemisphere light, <strong>d</strong> to toggle directional light
 		</div>
 
-		<script src="../build/three.js"></script>
+		<script src="../build/three.min.js"></script>
 
 		<script src="js/Detector.js"></script>
 		<script src="js/Stats.js"></script>