|
|
|
@ -423,6 +423,7 @@ namespace impl {
|
|
|
|
|
|
|
|
|
|
|
|
if(result.ok())
|
|
|
|
if(result.ok())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
ptr->mDone = false;
|
|
|
|
mResult = client.process();
|
|
|
|
mResult = client.process();
|
|
|
|
Wrapper::printResult(world,mResult);
|
|
|
|
Wrapper::printResult(world,mResult);
|
|
|
|
|
|
|
|
|
|
|
|
@ -760,10 +761,9 @@ namespace impl {
|
|
|
|
mPreviousTrigger = mTrigger;
|
|
|
|
mPreviousTrigger = mTrigger;
|
|
|
|
mTrigger = 0;
|
|
|
|
mTrigger = 0;
|
|
|
|
auto& client = ptr->mClient;
|
|
|
|
auto& client = ptr->mClient;
|
|
|
|
|
|
|
|
|
|
|
|
if(trigger)
|
|
|
|
if(trigger)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
mDone = 0;
|
|
|
|
|
|
|
|
mControlsIterator.reset(1 + mInBuf); //add one for ID
|
|
|
|
mControlsIterator.reset(1 + mInBuf); //add one for ID
|
|
|
|
auto& params = ptr->mParams;
|
|
|
|
auto& params = ptr->mParams;
|
|
|
|
Wrapper::setParams(this,params,mControlsIterator,true,false);
|
|
|
|
Wrapper::setParams(this,params,mControlsIterator,true,false);
|
|
|
|
|