瀏覽代碼

Merge pull request #7157 from elisee/patch-1

Remove "twice" in misc_controls_transform
Mr.doob 10 年之前
父節點
當前提交
0ffd772ac2
共有 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>