Skip to content

Commit a9e88b0

Browse files
committed
ContrastAdjustment.j3md: correct a typo
1 parent 0be4f6f commit a9e88b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ MaterialDef ColorAdjustmentFilter {
2323

2424
Technique {
2525
VertexShader GLSL100 GLSL110 GLSL120 GLSL130: Common/MatDefs/Post/Post.vert
26-
FragmentShader GLSL100 GLSL110 GLSL120 GLSL130: Common/MatDefs/Post/ConstrastAdjustment.frag
26+
FragmentShader GLSL100 GLSL110 GLSL120 GLSL130: Common/MatDefs/Post/ContrastAdjustment.frag
2727
}
2828
}

0 commit comments

Comments
 (0)