mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed default parameters requiring conversion operators
This commit is contained in:
parent
5a63fec168
commit
7458a90b5b
7 changed files with 98 additions and 61 deletions
|
@ -4536,6 +4536,9 @@ BfPrimitiveType* BfModule::GetPrimitiveType(BfTypeCode typeCode)
|
|||
case BfTypeCode_UIntUnknown:
|
||||
primType = (BfPrimitiveType*)ResolveTypeDef(mSystem->mTypeUIntUnknown);
|
||||
break;
|
||||
case BfTypeCode_StringId:
|
||||
BF_FATAL("Invalid use of StringId");
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
mContext->mPrimitiveTypes[typeCode] = primType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue