summaryrefslogtreecommitdiffstats
path: root/src/demos/hdr/CgPipeline.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/hdr/CgPipeline.java')
-rwxr-xr-xsrc/demos/hdr/CgPipeline.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/hdr/CgPipeline.java b/src/demos/hdr/CgPipeline.java
index 2f3a9f5..5956967 100755
--- a/src/demos/hdr/CgPipeline.java
+++ b/src/demos/hdr/CgPipeline.java
@@ -108,6 +108,6 @@ public class CgPipeline implements Pipeline {
}
public void setMatrixParameterfc(GL gl, int param, float[] matrix) {
- CgGL.cgGLSetMatrixParameterfc((CGparameter) parameters.get(param), matrix);
+ CgGL.cgGLSetMatrixParameterfc((CGparameter) parameters.get(param), matrix, 0);
}
}