mitm001 5 년 전
부모
커밋
ce0d222178
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/modules/ROOT/pages/jme3/advanced/update_loop.adoc

+ 2 - 2
docs/modules/ROOT/pages/jme3/advanced/update_loop.adoc

@@ -1,10 +1,10 @@
 = Main Update Loop
-:revnumber: 2.1
+:revnumber: 2.0
 :revdate: 2020/07/15
 :keywords: basegame, control, input, init, keyinput, loop, states, state
 
 
-Extending your application from xref:jme3/intermediate/simpleapplication.adoc[com.jme3.app.SimpleApplication] provides you with an update loop. This is where you implement your game logic (game mechanics).
+Extending your application from xref:ROOT:jme3/intermediate/simpleapplication.adoc[com.jme3.app.SimpleApplication] provides you with an update loop. This is where you implement your game logic (game mechanics).
 
 Some usage examples: Here you remote-control NPCs (computer controlled characters), generate game events, and respond to user input.