Browse Source

Fixed list in table.

mitm 5 years ago
parent
commit
a5ac61f61b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/docs/asciidoc/jme3/requirements.adoc

+ 5 - 2
src/docs/asciidoc/jme3/requirements.adoc

@@ -28,10 +28,13 @@ a|CPU
 a|++>++ 1 +++<abbr title="Gigahertz">GHz</abbr>+++
 
 a|Graphic card
-a|AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better supporting OpenGL 2.0 or better (native libraries are included in download) +
-* Mac OS 
+a|AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better supporting OpenGL 2.0 or better (native libraries are included in download)
+
+* Mac OS
 ** Only OpenGL 3.2 is available.
+*** You need to specify OpenGL 3.2, you can’t use OpenGL 2.0
 ** With LWJGL3 you need a specific launch argument (-XstartOnFirstThread) and thus can’t use any launchers not using the main thread.
+*** Calls to app.start() hang on all platforms when using lwjgl3, because it uses the current thread.
 
 a|Java Development Kit
 a|JDK 7 or higher +