mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed crash with binOp deferRight with failed right eval
This commit is contained in:
parent
d452978605
commit
7fcf1c09b6
1 changed files with 2 additions and 0 deletions
|
@ -23912,6 +23912,8 @@ void BfExprEvaluator::PerformBinaryOperation(BfAstNode* leftExpression, BfAstNod
|
|||
argValues.Init(&sizedArgExprs);
|
||||
ResolveArgValues(argValues, BfResolveArgsFlag_DeferParamEval);
|
||||
rightArg = argValues.mResolvedArgs[0];
|
||||
if (!rightArg.mTypedValue)
|
||||
continue;
|
||||
}
|
||||
|
||||
SizedArray<BfResolvedArg, 2> args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue