We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8601f commit f4b5eddCopy full SHA for f4b5edd
1 file changed
Assets/Scripts/TrajectoryPlanner/Probes/ProbeManager.cs
@@ -52,6 +52,8 @@ public string OverrideName
52
_overrideName = value;
53
UpdateName();
54
UIUpdateEvent.Invoke();
55
+ if (ActiveProbeManager == this)
56
+ ActiveProbeUIUpdateEvent.Invoke();
57
}
58
59
@@ -175,6 +177,8 @@ public Color Color
175
177
puiManager.UpdateColors();
176
178
179
180
181
182
183
184
0 commit comments