浏览代码

Remove "twice" in misc_controls_transform

Elisée 10 年之前
父节点
当前提交
eb5c2c5dc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/misc_controls_transform.html

+ 1 - 1
examples/misc_controls_transform.html

@@ -26,7 +26,7 @@
 
 		<div id="info">
 		"W" translate | "E" rotate | "R" scale | "+" increase size | "-" decrease size<br />
-		Press "Q" twice to toggle world/local space
+		Press "Q" to toggle world/local space
 		</div>
 
 		<script src="../build/three.min.js"></script>