diff --git a/SourceGen/Exporter.cs b/SourceGen/Exporter.cs index d8ce1ce..5433003 100644 --- a/SourceGen/Exporter.cs +++ b/SourceGen/Exporter.cs @@ -667,7 +667,10 @@ namespace SourceGen { // need to ensure that the label is unique and all references point to the // correct instance. We can't get that from the Parts list. } else { - anchorLabel = "" + parts.Label + ""; } }