Bläddra i källkod

removed stray pipe.

mitm001 4 år sedan
förälder
incheckning
6a60333a02
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      docs/modules/core/pages/app/state/application_states.adoc

+ 0 - 1
docs/modules/core/pages/app/state/application_states.adoc

@@ -89,7 +89,6 @@ a|Usage
 
 a|initialize(asm,app)
 a|When this AppState is added to the game, the RenderThread initializes the AppState and then calls this method. You can modify the scene graph from here (e.g. attach nodes). To get access to the main app, call:
-a|
 [source,java]
 ----
 super.initialize(stateManager, app);