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 0ab5ea8 commit 6238262Copy full SHA for 6238262
Assets/HoloToolkit/Input/Scripts/Cursor/Cursor.cs
@@ -291,7 +291,7 @@ protected virtual void UpdateCursorTransform()
291
targetScale = Vector3.one;
292
293
// If no game object is hit, put the cursor at the default distance
294
- if (TargetedObject == null)
+ if (newTargetedObject == null)
295
{
296
this.TargetedObject = null;
297
this.TargetedCursorModifier = null;
0 commit comments