Browse Source

Reset table column widths.

mitm001 4 years ago
parent
commit
1458d27621
1 changed files with 1 additions and 1 deletions
  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