Преглед на файлове

AppSettings: correct a typo in the javadoc

Stephen Gold преди 5 години
родител
ревизия
acc5cfa995
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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

@@ -920,7 +920,7 @@ public final class AppSettings extends HashMap<String, Object> {
      * be configured for sRGB colors, and sRGB images will be linearized.
      * be configured for sRGB colors, and sRGB images will be linearized.
      *
      *
      * Gamma correction requires a GPU that supports GL_ARB_framebuffer_sRGB;
      * Gamma correction requires a GPU that supports GL_ARB_framebuffer_sRGB;
-     * otherwise this setting will be ignoreded.
+     * otherwise this setting will be ignored.
      *
      *
      * @param gammaCorrection true to enable, false to disable (Default : true)
      * @param gammaCorrection true to enable, false to disable (Default : true)
      */
      */