mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added field and instantiation restrictions to extended opaques
This commit is contained in:
parent
5000a8a824
commit
765906dd70
3 changed files with 19 additions and 10 deletions
|
@ -3207,6 +3207,7 @@ void BfSystem::AddToCompositePartial(BfPassInstance* passInstance, BfTypeDef* co
|
|||
typeDef->mSystem = partialTypeDef->mSystem;
|
||||
typeDef->mTypeCode = partialTypeDef->mTypeCode;
|
||||
typeDef->mShow = partialTypeDef->mShow;
|
||||
typeDef->mIsOpaque = partialTypeDef->mIsOpaque;
|
||||
typeDef->mIsFunction = partialTypeDef->mIsFunction;
|
||||
typeDef->mIsDelegate = partialTypeDef->mIsDelegate;
|
||||
typeDef->mNestDepth = partialTypeDef->mNestDepth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue