fix userDataTest.py

This commit is contained in:
Erwin Coumans
2020-03-22 20:12:07 -07:00
parent e09dc74bd8
commit 7d499c4e2d

View File

@@ -157,6 +157,7 @@ class InProcessPhysicsClientExistingExampleBrowser : public PhysicsClientSharedM
public:
InProcessPhysicsClientExistingExampleBrowser(struct GUIHelperInterface* guiHelper, bool useInProcessMemory, bool skipGraphicsUpdate, bool ownsGuiHelper)
{
m_guiHelper = 0;
if (ownsGuiHelper)
{
m_guiHelper = guiHelper;