Fixed doc message

This commit is contained in:
Robert Osfield 2009-06-08 12:44:23 +00:00
parent 24a8b2acd7
commit a09353f931

View File

@ -230,7 +230,7 @@ class OSGUTIL_EXPORT RenderStage : public RenderBin
/** search through any pre and post RenderStage that reference a Camera, and take a reference to each of these cameras to prevent them being deleted while they are still be used by the drawing thread.*/
void collateReferencesToDependentCameras();
/** clear the refence to any any dependent cameras.*/
/** clear the references to any dependent cameras.*/
void clearReferencesToDependentCameras();
protected: