mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Properly rebuild BfConstExprValueType structs
This commit is contained in:
parent
531afe8941
commit
51321530f1
1 changed files with 1 additions and 0 deletions
|
@ -2616,6 +2616,7 @@ public:
|
|||
public:
|
||||
~BfConstExprValueType();
|
||||
|
||||
virtual bool IsOnDemand() override { return mValue.mTypeCode == BfTypeCode_Struct; }
|
||||
virtual bool IsConstExprValue() override { return true; }
|
||||
virtual BfType* GetUnderlyingType() override { return mType; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue