- Joined
- Nov 3, 2013
- Messages
- 609
- Thread Author
- #1
@Arbiter @Cloud
I'm calling Interactable#getInteractionPoint() and it is occasionally returning terribly incorrect Points. For example: InteractablePoint[30909,-21685]
I'm guessing it happens when the object is off screen, or something of that sort, but it would be better functionality for the method to return null in that case.
This is also the root issue of that StackOverflow Error that happens when you move the mouse to an object every now and then.
I'm calling Interactable#getInteractionPoint() and it is occasionally returning terribly incorrect Points. For example: InteractablePoint[30909,-21685]
I'm guessing it happens when the object is off screen, or something of that sort, but it would be better functionality for the method to return null in that case.
This is also the root issue of that StackOverflow Error that happens when you move the mouse to an object every now and then.