mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed crash during attempt to derive from 'Base[Value]'
This commit is contained in:
parent
966b886fcc
commit
da29d695dd
3 changed files with 12 additions and 3 deletions
|
@ -381,6 +381,7 @@ enum BfTypeDefineState : uint8
|
|||
{
|
||||
BfTypeDefineState_Undefined,
|
||||
BfTypeDefineState_Declared,
|
||||
BfTypeDefineState_ResolvingBaseType,
|
||||
BfTypeDefineState_HasInterfaces,
|
||||
BfTypeDefineState_Defined,
|
||||
BfTypeDefineState_DefinedAndMethodsSlotted,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue