mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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);
|
||||
mPropDef = NULL;
|
||||
mResult = convVal;
|
||||
mIndexerValues.Clear();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue