Fixed typo

This commit is contained in:
Robert Osfield 2012-08-22 16:39:47 +00:00
parent 58b66be7b7
commit 583401970a

View File

@ -31,7 +31,7 @@ extern OSG_EXPORT void flushAllDeletedGLObjects(unsigned int contextID);
extern OSG_EXPORT void deleteAllGLObjects(unsigned int contextID);
/** Discard all OpenGL objects.
* Note, unlike deleteAllObjectObjects discard does not
* Note, unlike deleteAllGLjects discard does not
* do any OpenGL calls so can be called from any thread, but as a consequence it
* also doesn't remove the associated OpenGL resource so discard should only be
* called when the associated graphics context is being/has been closed. */