فهرست منبع

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);