Made removedExpiredChildren() virtual.
This commit is contained in:
parent
eed6b77ca4
commit
cdb6f9a1df
@ -77,7 +77,7 @@ class SG_EXPORT PagedLOD : public LOD
|
|||||||
/** Remove the children from the PagedLOD which haven't be visited since specified expiry time.
|
/** Remove the children from the PagedLOD which haven't be visited since specified expiry time.
|
||||||
The removed children are added the removeChildren list passed into the method,
|
The removed children are added the removeChildren list passed into the method,
|
||||||
this allows the children to be deleted later at the callers discression.*/
|
this allows the children to be deleted later at the callers discression.*/
|
||||||
void removeExpiredChildren(double expiryTime,NodeList& removedChildren);
|
virtual void removeExpiredChildren(double expiryTime,NodeList& removedChildren);
|
||||||
|
|
||||||
protected :
|
protected :
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user