mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed readonly issues, particularly with statics
This commit is contained in:
parent
90e4cf8825
commit
f041caaeb8
3 changed files with 62 additions and 38 deletions
|
@ -283,6 +283,7 @@ public:
|
|||
BfTypedValue mResult;
|
||||
BfEvalExprFlags mBfEvalExprFlags;
|
||||
BfLocalVariable* mResultLocalVar;
|
||||
BfFieldInstance* mResultFieldInstance;
|
||||
int mResultLocalVarField;
|
||||
int mResultLocalVarFieldCount; // > 1 for structs with multiple members
|
||||
BfAstNode* mResultLocalVarRefNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue