Skip to content

Commit 80aef48

Browse files
committed
fix: forgot to attach surface color changes to active probe UI event
1 parent 8c7c585 commit 80aef48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Scripts/Pinpoint/TrajectoryPlannerManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ public async void Startup()
205205
// Link any events that need to be linked
206206
ProbeManager.ActiveProbeUIUpdateEvent.AddListener(
207207
() => _probeQuickSettings.GetComponentInChildren<QuickSettingsLockBehavior>().UpdateSprite(ProbeManager.ActiveProbeManager.ProbeController.Locked));
208+
ProbeManager.ActiveProbeUIUpdateEvent.AddListener(() => SetSurfaceDebugColor(ProbeManager.ActiveProbeManager.Color));
208209

209210
// Complete
210211
StartupEvent_Complete.Invoke();

0 commit comments

Comments
 (0)