mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed var
assignment detection
This commit is contained in:
parent
7436b201be
commit
dfb16336a2
1 changed files with 1 additions and 0 deletions
|
@ -18348,6 +18348,7 @@ void BfExprEvaluator::PerformAssignment(BfAssignmentExpression* assignExpr, bool
|
|||
if (ptr.mType->IsVar())
|
||||
{
|
||||
mResult = ptr;
|
||||
MarkResultAssigned();
|
||||
return;
|
||||
}
|
||||
if (convVal.mValue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue