浏览代码

removed stray pipe.

mitm001 4 年之前
父节点
当前提交
6a60333a02
共有 1 个文件被更改,包括 0 次插入1 次删除
  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);