Fixed typo in comment
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14477 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -22,12 +22,12 @@ using namespace osgDB;
|
||||
ObjectCache::ObjectCache():
|
||||
osg::Referenced(true)
|
||||
{
|
||||
// OSG_NOTICE<<"Constructed ObjectCach"<<std::endl;
|
||||
// OSG_NOTICE<<"Constructed ObjectCache"<<std::endl;
|
||||
}
|
||||
|
||||
ObjectCache::~ObjectCache()
|
||||
{
|
||||
// OSG_NOTICE<<"Destructed ObjectCach"<<std::endl;
|
||||
// OSG_NOTICE<<"Destructed ObjectCache"<<std::endl;
|
||||
}
|
||||
|
||||
void ObjectCache::addObjectCache(ObjectCache* objectCache)
|
||||
|
||||
Reference in New Issue
Block a user