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.
2 parents 4152c69 + 6dcaa61 commit da355f8Copy full SHA for da355f8
Assets/HoloToolkit/Input/Scripts/Focus/FocusManager.cs
@@ -292,7 +292,7 @@ public void UnregisterPointer(IPointingSource pointingSource)
292
293
int pointerIndex;
294
TryGetPointerIndex(pointingSource, out pointerIndex);
295
- Debug.Assert(pointerIndex > 0, "Invalid pointer index!");
+ Debug.Assert(pointerIndex >= 0, "Invalid pointer index!");
296
297
PointerData pointer;
298
GetPointerData(pointingSource, out pointer);
0 commit comments