소스 검색

removed quotes from title.

mitm 6 년 전
부모
커밋
2112baf9f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/rotate.adoc

+ 1 - 1
src/docs/asciidoc/jme3/rotate.adoc

@@ -146,7 +146,7 @@ You can specify two rotations, and then have jme calculate (interpolate) the ste
 
 
 
-== "Adding" Rotations
+== Adding Rotations
 
 You can concatenate (add) rotations: This means you turn the object first around one axis, then around the other, in one step. +
 `Quaternion myRotation =  pitch90.mult(roll45); /* pitch and roll */`