Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60940 | Differences between
and this patch

Collapse All | Expand All

(-)src/osgDB/Registry.cpp (-1 / +6 lines)
Lines 246-252 Link Here
246
        //notify(DEBUG_INFO) << "OSGFILEPATH("<<ptr<<")"<<std::endl;
246
        //notify(DEBUG_INFO) << "OSGFILEPATH("<<ptr<<")"<<std::endl;
247
        setDataFilePathList(ptr);
247
        setDataFilePathList(ptr);
248
    }
248
    }
249
249
    else
250
    {
251
#ifndef WIN32
252
	setDataFilePathList("/usr/share/OpenSceneGraph/data:/usr/local/share/OpenSceneGraph/data");
253
#endif
254
    }
250
    //osg::notify(INFO)<<"Data FilePathList"<<std::endl;
255
    //osg::notify(INFO)<<"Data FilePathList"<<std::endl;
251
    //PrintFilePathList(osg::notify(INFO),getDataFilePathList());
256
    //PrintFilePathList(osg::notify(INFO),getDataFilePathList());
252
}
257
}

Return to bug 60940