mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +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
|
@ -6795,8 +6795,7 @@ BfType* BfModule::ResolveGenericType(BfType* unspecializedType, BfTypeVector* ty
|
|||
|
||||
paramDef->mTypeRef = directTypeRef;
|
||||
paramDef->mName = unspecializedParamDef->mName;
|
||||
methodDef->mParams.push_back(paramDef);
|
||||
paramIdx++;
|
||||
methodDef->mParams.push_back(paramDef);
|
||||
|
||||
delegateInfo->mParams.Add(paramType);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue