fix broken marker rendering

This commit is contained in:
minenice55
2024-01-21 20:18:55 -05:00
parent 607818e3be
commit 097f92ffb1
5 changed files with 4 additions and 2 deletions

View File

@ -65,6 +65,7 @@ public class SectionDialog : Dialog
sectionName.text = sectionObj.chartEntity["sectionName"];
challengeEnable.isOn = sectionObj.chartEntity["startPerfect"];
markerWeight.value = sectionObj.chartEntity["weight"];
markerWeightManual.text = sectionObj.chartEntity["weight"].ToString("0.0");
markerWeight.maxValue = MAX_WEIGHT;
markerWeight.minValue = MIN_WEIGHT;