mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed reifying of base virtual methods
This commit is contained in:
parent
36b6d63dbb
commit
d42cbbb6a9
2 changed files with 7 additions and 5 deletions
|
@ -4702,7 +4702,7 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
|
|||
SizedArray<BfIRValue, 1> extVTableData;
|
||||
|
||||
SizedArrayImpl<BfIRValue>* vFuncDataExt = &extVTableData;
|
||||
|
||||
|
||||
if (!typeInstance->IsInterface())
|
||||
{
|
||||
Array<int32> dynCastData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue