Removed erroneous const in method parameter

This commit is contained in:
Robert Osfield
2008-01-18 21:08:42 +00:00
parent 7761129f9b
commit b91df6c867

View File

@@ -133,7 +133,7 @@ void ClipNode::setStateSetModes(StateSet& stateset,StateAttribute::GLModeValue v
}
}
void ClipNode::setLocalStateSetModes(const StateAttribute::GLModeValue value)
void ClipNode::setLocalStateSetModes(StateAttribute::GLModeValue value)
{
_value = value;
if (!_stateset) _stateset = new StateSet;