1
0
Fork 0
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:
Brian Fiete 2022-07-14 14:08:37 -04:00
parent 1183007a90
commit e28b9c8325
3 changed files with 18 additions and 2 deletions

View file

@ -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;
}