mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed unspecialized type reification issue
This commit is contained in:
parent
5618718e8d
commit
eec2cb5e6c
1 changed files with 1 additions and 1 deletions
|
@ -12888,7 +12888,7 @@ BfModuleMethodInstance BfModule::GetMethodInstance(BfTypeInstance* typeInst, BfM
|
|||
{
|
||||
if ((!mIsComptimeModule) && (mIsReified) && (!instModule->mIsReified))
|
||||
{
|
||||
if (!typeInst->IsUnspecializedTypeVariation())
|
||||
if (!typeInst->IsUnspecializedType())
|
||||
{
|
||||
if (!instModule->mReifyQueued)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue