one more jme3-core JavaDoc correction (comments only)
This commit is contained in:
parent
92e923df20
commit
8a294f9892
@ -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…
x
Reference in New Issue
Block a user