소스 검색

Fixed typo in previous commit's javadoc

Nehon 11 년 전
부모
커밋
3a5aae5383
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-core/src/main/java/com/jme3/shader/Glsl100ShaderGenerator.java

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

@@ -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
      */
     private void fixInPositionType(ShaderNodeVariable var) {