Browse Source

removed stray pipe.

mitm001 4 năm trước cách đây
mục cha
commit
6a60333a02
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);