Browse Source

correct javadoc typo in AppSettings.java

Stephen Gold 7 năm trước cách đây
mục cha
commit
a3cce29b69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jme3-core/src/main/java/com/jme3/system/AppSettings.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/system/AppSettings.java

@@ -71,7 +71,7 @@ public final class AppSettings extends HashMap<String, Object> {
     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>
      * If the underlying system does not support OpenGL3.2, then the context
      * initialization will throw an exception. Note that currently jMonkeyEngine