mitm001 пре 5 година
родитељ
комит
ae29bb79de
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/modules/ROOT/pages/jme3/advanced/update_loop.adoc

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

@@ -4,7 +4,7 @@
 :keywords: basegame, control, input, init, keyinput, loop, states, state
 :keywords: basegame, control, input, init, keyinput, loop, states, state
 
 
 
 
-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).
+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).
 
 
 Some usage examples: Here you remote-control NPCs (computer controlled characters), generate game events, and respond to user input.
 Some usage examples: Here you remote-control NPCs (computer controlled characters), generate game events, and respond to user input.