Clean up osgbrowser after moving browser implementation into gecko plugin
This commit is contained in:
@@ -20,7 +20,7 @@ using namespace osgWidget;
|
||||
|
||||
osg::ref_ptr<BrowserManager>& BrowserManager::instance()
|
||||
{
|
||||
static osg::ref_ptr<BrowserManager> s_BrowserManager;
|
||||
static osg::ref_ptr<BrowserManager> s_BrowserManager = new BrowserManager;
|
||||
return s_BrowserManager;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user