소스 검색

fixed missing version tag.

mitm 7 년 전
부모
커밋
bd189c8c24
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/docs/asciidoc/jme3/beginner/hello_collision.adoc

+ 2 - 0
src/docs/asciidoc/jme3/beginner/hello_collision.adoc

@@ -120,6 +120,7 @@ public class HelloCollision extends SimpleApplication
     //Some methods used for setting gravity related variables were deprecated in
     //the 3.2 version of the engine. Choose the method that matches your version
     //of the engine.
+    // < jME3.2
     // player.setGravity(30f);
 
     // >= jME3.2
@@ -176,6 +177,7 @@ public class HelloCollision extends SimpleApplication
       //Some methods used for setting gravity related variables were deprecated in
       //the 3.2 version of the engine. Choose the method that matches your version
       //of the engine.
+      // < jME3.2
       //if (isPressed) { player.jump();}
 
       // >= jME3.2