...
This commit is contained in:
@@ -28,7 +28,7 @@ public sealed class Generator(List<TypedNodeDefinitionFunc> functions, ModuleGra
|
||||
|
||||
""");
|
||||
|
||||
foreach (var (i, structType) in moduleGraph.GetStructTypes().Index())
|
||||
foreach (var (i, structType) in moduleGraph.GetModules().SelectMany(x => x.GetStructTypes().Index()))
|
||||
structTypeNames[structType] = $"s{i}";
|
||||
|
||||
foreach (var typeName in structTypeNames)
|
||||
|
||||
Reference in New Issue
Block a user