mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed ResolveGenericType with generic delegates
This commit is contained in:
parent
ccacf0b9db
commit
1c7087ddd9
1 changed files with 1 additions and 2 deletions
|
@ -6796,7 +6796,6 @@ BfType* BfModule::ResolveGenericType(BfType* unspecializedType, BfTypeVector* ty
|
||||||
paramDef->mTypeRef = directTypeRef;
|
paramDef->mTypeRef = directTypeRef;
|
||||||
paramDef->mName = unspecializedParamDef->mName;
|
paramDef->mName = unspecializedParamDef->mName;
|
||||||
methodDef->mParams.push_back(paramDef);
|
methodDef->mParams.push_back(paramDef);
|
||||||
paramIdx++;
|
|
||||||
|
|
||||||
delegateInfo->mParams.Add(paramType);
|
delegateInfo->mParams.Add(paramType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue