Remove the pdController when maxForce = 0

This commit is contained in:
YunfeiBai
2018-06-24 17:06:16 -07:00
parent 6b2cae1b1d
commit 812c229736
2 changed files with 5 additions and 2 deletions

View File

@@ -107,7 +107,6 @@ B3_SHARED_API int executePluginCommand_pdControlPlugin(struct b3PluginContext* c
if (arguments->m_numInts != 3)
return -1;
switch (arguments->m_ints[0])
{
case eSetPDControl: