Skip to content

Commit

Permalink
Fix issue with Attachment Nodes being displaced when the part is scal…
Browse files Browse the repository at this point in the history
…ed **after** chaning its variant. For #307
  • Loading branch information
Lisias committed Aug 4, 2023
1 parent 8ceac17 commit 8412a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PartDB13x/PartDB/StandardPartScaler.cs
Expand Up @@ -35,7 +35,7 @@ public StandardPartScaler(Part prefab, Part part, ScaleType scaleType, TweakScal
protected override void DoScale()
{
base.DoScale();
this.ScalePart(true, false);
this.ScalePart(true, true);
this.ScaleDragCubes(false);
this.OnChange();
}
Expand Down

0 comments on commit 8412a38

Please sign in to comment.