From Jannik Heller, typo fixes
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14826 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -584,7 +584,7 @@ int main(int argc, char ** argv)
|
||||
}
|
||||
else if (tf.valid())
|
||||
{
|
||||
// No exisitng trasfer function but need to assign one
|
||||
// No existing transfer function but need to assign one
|
||||
OSG_NOTICE<<"Need to assign transfer function to CompositeProperty"<<std::endl;
|
||||
InsertTransferFunctionPropertyVisitor itfpv(tf.get());
|
||||
property->accept(itfpv);
|
||||
|
||||
Reference in New Issue
Block a user