mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
mIndexerValues clear fix
This commit is contained in:
parent
11e41558d7
commit
238def6389
1 changed files with 1 additions and 0 deletions
|
@ -18153,6 +18153,7 @@ void BfExprEvaluator::PerformAssignment(BfAssignmentExpression* assignExpr, bool
|
||||||
mResult = CreateCall(mPropSrc, mPropTarget, mOrigPropTarget, setMethod, methodInstance, callFlags, mIndexerValues, NULL);
|
mResult = CreateCall(mPropSrc, mPropTarget, mOrigPropTarget, setMethod, methodInstance, callFlags, mIndexerValues, NULL);
|
||||||
mPropDef = NULL;
|
mPropDef = NULL;
|
||||||
mResult = convVal;
|
mResult = convVal;
|
||||||
|
mIndexerValues.Clear();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue