aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 09:48:49 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-06-15 09:50:53 +0200
commit129161d232e1d30cd248385eb6d91f5c92e3c246 (patch)
tree3fb6a8e51197323d52ccfbc39f2c267fb02cce4e /src
parentb556af1c73ea8eeed4aafe28fd28c2c1c6074a90 (diff)
Disable attributes from shader effects
Reviewed-by: Samuel
Diffstat (limited to 'src')
-rw-r--r--src/declarative/items/qsgshadereffectnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/items/qsgshadereffectnode.cpp b/src/declarative/items/qsgshadereffectnode.cpp
index 74cd995d0d..5d3efb934c 100644
--- a/src/declarative/items/qsgshadereffectnode.cpp
+++ b/src/declarative/items/qsgshadereffectnode.cpp
@@ -84,6 +84,7 @@ QSGCustomMaterialShader::QSGCustomMaterialShader(const QSGShaderEffectMaterialKe
void QSGCustomMaterialShader::deactivate()
{
+ QSGMaterialShader::deactivate();
glDisable(GL_CULL_FACE);
}