summaryrefslogtreecommitdiffstats
path: root/src/effects/shadereffectitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/shadereffectitem.h')
-rw-r--r--src/effects/shadereffectitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/shadereffectitem.h b/src/effects/shadereffectitem.h
index a1db89a..6fd7415 100644
--- a/src/effects/shadereffectitem.h
+++ b/src/effects/shadereffectitem.h
@@ -175,6 +175,7 @@ private:
uint m_dirtyTexture : 1; // Causes update no matter what.
uint m_dirtySceneGraph : 1; // Causes update if not static.
uint m_multisamplingSupported : 1;
+ uint m_checkedForMultisamplingSupport : 1;
};
class ShaderEffectNode : public GeometryNode