mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Fixed mixins with property results
This commit is contained in:
parent
02c1db0beb
commit
a2047f444d
1 changed files with 1 additions and 0 deletions
|
@ -13824,6 +13824,7 @@ void BfExprEvaluator::InjectMixin(BfAstNode* targetSrc, BfTypedValue target, boo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GetResult();
|
||||||
if (!mResult)
|
if (!mResult)
|
||||||
{
|
{
|
||||||
// If we didn't have an expression body then just make the result "void"
|
// If we didn't have an expression body then just make the result "void"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue