浏览代码

ContrastAdjustment.j3md: correct a typo

Stephen Gold 3 年之前
父节点
当前提交
a9e88b0457
共有 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
     }
 }