소스 검색

ContrastAdjustment.j3md: correct a typo

Stephen Gold 3 년 전
부모
커밋
398216eab5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-effects/src/main/resources/Common/MatDefs/Post/ContrastAdjustment.j3md

+ 1 - 1
jme3-effects/src/main/resources/Common/MatDefs/Post/ContrastAdjustment.j3md

@@ -23,6 +23,6 @@ MaterialDef ColorAdjustmentFilter {
 
     Technique {
         VertexShader  GLSL100 GLSL110 GLSL120 GLSL130:   Common/MatDefs/Post/Post.vert
-        FragmentShader GLSL100 GLSL110 GLSL120 GLSL130: Common/MatDefs/Post/ConstrastAdjustment.frag
+        FragmentShader GLSL100 GLSL110 GLSL120 GLSL130:  Common/MatDefs/Post/ContrastAdjustment.frag
     }
 }