mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix
This commit is contained in:
parent
f4df0d07a1
commit
48ceb16809
@ -48,7 +48,7 @@ namespace DCFApixels.DragonECS
|
||||
for (int i = 0; i < typeParameters.Length; ++i)
|
||||
{
|
||||
//чтобы строка не была слишком длинной, используются сокращенные имена для типов аргументов
|
||||
string paramTypeName = GetGenericTypeNameInternal(typeParameters[i], maxDepth - 1, false);
|
||||
string paramTypeName = GetGenericTypeName_Internal(typeParameters[i], maxDepth - 1, false);
|
||||
genericParams += (i == 0 ? paramTypeName : $", {paramTypeName}");
|
||||
}
|
||||
return $"{typeName}<{genericParams}>";
|
||||
|
Loading…
Reference in New Issue
Block a user