Fix text not updating correctly in symmetry

This commit is contained in:
Andrew Cassidy 2022-03-05 23:38:12 -08:00
parent 8025a0a418
commit 495441be06
2 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ namespace ConformalDecals {
decal.charSpacing = charSpacing; decal.charSpacing = charSpacing;
decal.lineSpacing = lineSpacing; decal.lineSpacing = lineSpacing;
decal._currentText = _currentText;
decal.UpdateText(); decal.UpdateText();
} }
} }