From Michael Platings, "the build is broken if you have the OSG_REF_PTR_IMPLICIT_OUTPUT_CONVERSION turned off - the attached files fix this."

This commit is contained in:
Robert Osfield
2010-11-22 17:37:35 +00:00
parent e36c4d3a3b
commit 78cdf41d53
4 changed files with 6 additions and 6 deletions

View File

@@ -516,7 +516,7 @@ void Geometry::setPrimitiveSetList(const PrimitiveSetList& primitives)
{
for (unsigned int primitiveSetIndex=0;primitiveSetIndex<_primitives.size();++primitiveSetIndex)
{
addElementBufferObjectIfRequired(_primitives[primitiveSetIndex]);
addElementBufferObjectIfRequired(_primitives[primitiveSetIndex].get());
}
}