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 4152c69 commit 6dcaa61Copy full SHA for 6dcaa61
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