Просмотр исходного кода

ContrastAdjustment.j3md: correct a typo

Stephen Gold 3 лет назад
Родитель
Сommit
398216eab5

+ 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
     }
 }