Merge pull request #895 from openscenegraph/CurrentThreadId

Added commment explaining that OpenThreads::Thread::CurrentThread() r…
This commit is contained in:
OpenSceneGraph git repository 2020-01-13 14:14:48 +00:00 committed by GitHub
commit 3930621edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ public:
/**
* Return a pointer to the current running thread
* Return a pointer to the current running thread, returns NULL for a non OpenThreads thread.
*/
static Thread *CurrentThread();