mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed mixin generic bind issue with BfLookupFieldFlag_BindOnly
This commit is contained in:
parent
1183007a90
commit
e28b9c8325
3 changed files with 18 additions and 2 deletions
|
@ -830,6 +830,7 @@ public:
|
|||
bool mHasDeferredUsage;
|
||||
bool mCheckedCircularRef;
|
||||
bool mDoCircularVarResult;
|
||||
bool mUseMixinGenerics;
|
||||
BfTypedValue mTarget;
|
||||
int mLastTargetAccessId;
|
||||
|
||||
|
@ -847,6 +848,7 @@ public:
|
|||
mHasDeferredUsage = false;
|
||||
mCheckedCircularRef = false;
|
||||
mDoCircularVarResult = false;
|
||||
mUseMixinGenerics = false;
|
||||
mLastTargetAccessId = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue