소스 검색

Reset table column widths.

mitm001 4 년 전
부모
커밋
1458d27621
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/core/pages/app/state/application_states.adoc

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

@@ -81,7 +81,7 @@ JME3 comes with a BulletAppState that implements Physical behaviour (using the j
 == AppState
 
 The AppState interface lets you initialize sets of objects, and hook a set of continuously executing code into the main loop.
-[cols="50,50", options="header"]
+[cols="25,75", options="header"]
 |===
 
 a|AppState Method