mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 05:05:44 +00:00
Fix race when initialising help context
This commit is contained in:
@@ -169,6 +169,9 @@ private:
|
||||
|
||||
// the PyReflector from parse_reflection
|
||||
static PyObject *m_Reflector;
|
||||
// the stub modules
|
||||
static PyObject *m_StubRD;
|
||||
static PyObject *m_StubQRD;
|
||||
static QAtomicInt m_DeferredInit;
|
||||
|
||||
// the pyrenderdoc wrapper around ICaptureContext
|
||||
|
||||
Reference in New Issue
Block a user