Disabled the culling on the DistortionNode.

This commit is contained in:
Robert Osfield
2004-08-16 08:58:07 +00:00
parent 6c3eb95f7b
commit 28e43fb2da

View File

@@ -54,6 +54,7 @@ protected:
DistortionNode::DistortionNode()
{
setCullingActive(false);
createHUDSubgraph();
}