Fixed build for when automatic type conversion isn't enabled for ref_ptr<>
This commit is contained in:
@@ -551,7 +551,7 @@ bool Keystone::writeToFile()
|
||||
osgDB::writeObjectFile(*this, filename);
|
||||
|
||||
// reassign the UDC
|
||||
setUserDataContainer(temp_udc);
|
||||
setUserDataContainer(temp_udc.get());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user