Fixed build for when ref_ptr<> impicit cast is not built
This commit is contained in:
parent
b021f0c518
commit
a14b6b9e24
@ -213,7 +213,7 @@ namespace osgAnimation
|
||||
// process all pending remove action operation
|
||||
while( !_removeActionOperations.empty())
|
||||
{
|
||||
internalRemoveAction(_removeActionOperations.back().second);
|
||||
internalRemoveAction(_removeActionOperations.back().second.get());
|
||||
_removeActionOperations.pop_back();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user