Reference edits for 2.0, text corrections

This commit is contained in:
Casey Reas
2012-11-20 21:40:43 +00:00
parent fadec581ce
commit f594ff3746
2 changed files with 5 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ public class PShader {
}
/**
* @param vec modifies all the components of an array/vector uniform variable. PVector can be only be used if the type of the variable is vec3.
* @param vec modifies all the components of an array/vector uniform variable. PVector can only be used if the type of the variable is vec3.
*/
public void set(String name, PVector vec) {
setUniformImpl(name, UniformValue.FLOAT3,