Fixed typo in previous commit's javadoc
This commit is contained in:
parent
375079bfcf
commit
3a5aae5383
@ -581,7 +581,7 @@ public class Glsl100ShaderGenerator extends ShaderGenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* makes sure inPosition attribut is of type vec or vec4
|
* makes sure inPosition attribute is of type vec3 or vec4
|
||||||
* @param var the inPosition attribute
|
* @param var the inPosition attribute
|
||||||
*/
|
*/
|
||||||
private void fixInPositionType(ShaderNodeVariable var) {
|
private void fixInPositionType(ShaderNodeVariable var) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user