Explorar o código

one more jme3-core JavaDoc correction (comments only)

Stephen Gold %!s(int64=6) %!d(string=hai) anos
pai
achega
8a294f9892
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jme3-core/src/main/java/com/jme3/shader/Shader.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/shader/Shader.java

@@ -343,7 +343,7 @@ public final class Shader extends NativeObject {
      * Resets all uniforms that do not have the "set-by-current-material" flag
      * to their default value (usually all zeroes or false).
      * When a uniform is modified, that flag is set, to remove the flag,
-     * use {@link #clearUniformsSetByCurrent() }.
+     * use {@link #clearUniformsSetByCurrentFlag()}.
      */
     public void resetUniformsNotSetByCurrent() {
         int size = uniforms.size();