From db24ea247ca8dda5306a5729078be7d6822e089d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 5 Sep 2005 13:27:48 +0000 Subject: [PATCH] Changed #if --- examples/osgforest/osgforest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgforest/osgforest.cpp b/examples/osgforest/osgforest.cpp index 46f9fd13c..ffeb40418 100644 --- a/examples/osgforest/osgforest.cpp +++ b/examples/osgforest/osgforest.cpp @@ -1000,7 +1000,7 @@ osg::Node* ForestTechniqueManager::createScene(unsigned int numTreesToCreates) osg::Program* program = new osg::Program; stateset->setAttribute(program); -#if 0 +#if 1 // use inline shaders ///////////////////////////////////////////////////////////////////