mitm001 %!s(int64=5) %!d(string=hai) anos
pai
achega
7b4780de0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
 
-Extending your application from xref:jme3/intermediate/simpleapplication.adoc[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.