summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------common0
-rw-r--r--gst/gl/gstglbumper.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 47683c1bbe3be3c8b2468039aa4cd860bbe03e6
+Subproject fc8586793dc45a343772c1e25bf8dd45bbb6421
diff --git a/gst/gl/gstglbumper.c b/gst/gl/gstglbumper.c
index 5611847..8f54f22 100644
--- a/gst/gl/gstglbumper.c
+++ b/gst/gl/gstglbumper.c
@@ -85,7 +85,7 @@ static const gchar *bumper_v_src =
"void main()\n"
"{\n"
" // transform the vertex\n"
- " gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;\n"
+ " gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;\n"
"\n"
" // transform the normal and the tangent to scene coords\n"
" vNormal = normalize(gl_NormalMatrix * gl_Normal);\n"