correct javadoc typo in AppSettings.java

This commit is contained in:
Stephen Gold 2018-01-09 09:36:48 -08:00
parent 96b95b9a1e
commit a3cce29b69

View File

@ -71,7 +71,7 @@ public final class AppSettings extends HashMap<String, Object> {
public static final String LWJGL_OPENGL2 = "LWJGL-OpenGL2"; public static final String LWJGL_OPENGL2 = "LWJGL-OpenGL2";
/** /**
* Use LWJGL as the display system and force using the core OpenGL3.3 renderer. * Use LWJGL as the display system and force using the core OpenGL3.2 renderer.
* <p> * <p>
* If the underlying system does not support OpenGL3.2, then the context * If the underlying system does not support OpenGL3.2, then the context
* initialization will throw an exception. Note that currently jMonkeyEngine * initialization will throw an exception. Note that currently jMonkeyEngine