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 4dfbeb7 commit 9f354b3Copy full SHA for 9f354b3
Assets/MixedRealityToolkit-SDK/Features/UX/Scripts/Utilities/HoverLight.cs
@@ -91,8 +91,7 @@ private void AddHoverLight(HoverLight light)
91
{
92
if (activeHoverLights.Count >= hoverLightCount)
93
94
- Debug.LogWarning($"Max hover light count ({hoverLightCount}) exceeded.");
95
- return;
+ Debug.LogWarningFormat("Max hover light count ({0}) exceeded.", hoverLightCount);
96
}
97
98
activeHoverLights.Add(light);
0 commit comments