Removed the temporary commenting out of the Optimizer, which was done for

debugging purposes.
This commit is contained in:
Robert Osfield
2002-09-03 14:42:19 +00:00
parent 0cb75d42e0
commit 5c1787535c

View File

@@ -22,8 +22,6 @@ using namespace osgUtil;
void Optimizer::optimize(osg::Node* node, unsigned int options)
{
return;
if (options & COMBINE_ADJACENT_LODS)
{
CombineLODsVisitor clv;