mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Removed debug catch
This commit is contained in:
parent
9a4aeb7ec7
commit
637765d840
1 changed files with 1 additions and 6 deletions
|
@ -4358,12 +4358,7 @@ BfTypedValue BfExprEvaluator::LookupField(BfAstNode* targetSrc, BfTypedValue tar
|
||||||
gPropIdx++;
|
gPropIdx++;
|
||||||
|
|
||||||
mModule->SetElementType(targetSrc, BfSourceElementType_Method);
|
mModule->SetElementType(targetSrc, BfSourceElementType_Method);
|
||||||
|
|
||||||
if ((prop->mName == "Track") && (mModule->mCurMethodInstance->mMethodDef->mName == "Add"))
|
|
||||||
{
|
|
||||||
NOP;
|
|
||||||
}
|
|
||||||
|
|
||||||
mPropSrc = targetSrc;
|
mPropSrc = targetSrc;
|
||||||
mPropDef = prop;
|
mPropDef = prop;
|
||||||
mPropCheckedKind = checkedKind;
|
mPropCheckedKind = checkedKind;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue