Skip to content

Commit 9f354b3

Browse files
revert
1 parent 4dfbeb7 commit 9f354b3

File tree

1 file changed

+1
-2
lines changed
  • Assets/MixedRealityToolkit-SDK/Features/UX/Scripts/Utilities

1 file changed

+1
-2
lines changed

Assets/MixedRealityToolkit-SDK/Features/UX/Scripts/Utilities/HoverLight.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ private void AddHoverLight(HoverLight light)
9191
{
9292
if (activeHoverLights.Count >= hoverLightCount)
9393
{
94-
Debug.LogWarning($"Max hover light count ({hoverLightCount}) exceeded.");
95-
return;
94+
Debug.LogWarningFormat("Max hover light count ({0}) exceeded.", hoverLightCount);
9695
}
9796

9897
activeHoverLights.Add(light);

0 commit comments

Comments
 (0)