Fixed compilation error in src/osgDB/FileUtils.cpp.
Added support for nested NodeCallbacks, allowing them to be chained together so that multiple operations can be applied.
This commit is contained in:
@@ -206,7 +206,7 @@ char *osgDB::findDSO( const char *name )
|
||||
}
|
||||
else
|
||||
{
|
||||
return (char *)strdup(_name);
|
||||
return (char *)strdup(name);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user