浏览代码

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>