소스 검색

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>