Ignore:
Timestamp:
Feb 18, 2011, 5:59:39 PM (13 years ago)
Author:
Torben Dannhauer
Message:

typo fix, clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/distortion/visual_distortion.cpp

    r221 r247  
    9797                                                        OSG_NOTIFY(osg::WARN) << "WARNING: Unable to parse Frustum values from '" << pre_cfg<<channelname<<post_cfg << "' -- continue without valid frustum values." << std::endl;
    9898                                        }
    99                                         if( attr_name == "renderimplemmentation" )
     99                                        if( attr_name == "renderimplementation" )
    100100                                        {
    101101                                                if(attr_value=="fbo")
Note: See TracChangeset for help on using the changeset viewer.