We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42fe54 commit 2b63f46Copy full SHA for 2b63f46
Assets/Scripts/API/ProbeMatchDropdown.cs
@@ -43,9 +43,8 @@ public void UpdateDropdown(List<string> opts)
43
_dropdown.SetValueWithoutNotify(targetIdx);
44
else
45
{
46
- // If it's not possible to target this particular target, reset the APITarget
+ // If it's not possible to target this particular target
47
_dropdown.SetValueWithoutNotify(0); // None option
48
- _probeManager.APITarget = null;
49
}
50
51
0 commit comments