From ad2cb1a46948e3b3268163ff577efbe5a36139b3 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Tue, 9 Jan 2018 09:36:48 -0800 Subject: [PATCH] correct javadoc typo in AppSettings.java --- jme3-core/src/main/java/com/jme3/system/AppSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/java/com/jme3/system/AppSettings.java b/jme3-core/src/main/java/com/jme3/system/AppSettings.java index e21050d16..fd5587255 100644 --- a/jme3-core/src/main/java/com/jme3/system/AppSettings.java +++ b/jme3-core/src/main/java/com/jme3/system/AppSettings.java @@ -71,7 +71,7 @@ public final class AppSettings extends HashMap { 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. *

* If the underlying system does not support OpenGL3.2, then the context * initialization will throw an exception. Note that currently jMonkeyEngine