one more jme3-core JavaDoc correction (comments only)

v3.2
Stephen Gold 6 years ago
parent 92e923df20
commit 8a294f9892
  1. 2
      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 * Resets all uniforms that do not have the "set-by-current-material" flag
* to their default value (usually all zeroes or false). * to their default value (usually all zeroes or false).
* When a uniform is modified, that flag is set, to remove the flag, * When a uniform is modified, that flag is set, to remove the flag,
* use {@link #clearUniformsSetByCurrent() }. * use {@link #clearUniformsSetByCurrentFlag()}.
*/ */
public void resetUniformsNotSetByCurrent() { public void resetUniformsNotSetByCurrent() {
int size = uniforms.size(); int size = uniforms.size();

Loading…
Cancel
Save