Moved across to use OSG_FIXED_FUNCTION_AVAILABLE

This commit is contained in:
Robert Osfield
2009-11-17 15:54:20 +00:00
parent 370deba546
commit f8ab593c4b
3 changed files with 7 additions and 7 deletions

View File

@@ -534,7 +534,7 @@ void StateSet::setGlobalDefaults()
setMode(GL_DEPTH_TEST,StateAttribute::ON);
#if !defined(OSG_GLES2_AVAILABLE)
#if defined(OSG_GL_FIXED_FUNCTION_AVAILABLE)
// setAttributeAndModes(new AlphaFunc,StateAttribute::OFF);
setAttributeAndModes(new BlendFunc,StateAttribute::OFF);