Fix retiggering of syncrhonous Buf*.kr

nix
Owen Green 5 years ago
parent 5b89d279e4
commit 1dc3409561

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

Loading…
Cancel
Save