1
0
Fork 0
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:
Brian Fiete 2021-10-23 08:53:12 -07:00
parent 5618718e8d
commit eec2cb5e6c

View file

@ -12888,7 +12888,7 @@ BfModuleMethodInstance BfModule::GetMethodInstance(BfTypeInstance* typeInst, BfM
{
if ((!mIsComptimeModule) && (mIsReified) && (!instModule->mIsReified))
{
if (!typeInst->IsUnspecializedTypeVariation())
if (!typeInst->IsUnspecializedType())
{
if (!instModule->mReifyQueued)
{