Bladeren bron

ContrastAdjustment.j3md: correct a typo

Stephen Gold 3 jaren geleden
bovenliggende
commit
a9e88b0457
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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
     }
 }