ソースを参照

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>