Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deferred raycasting sometimes throws an error or panics when the window is closed #122

Open
TimLeach635 opened this issue Sep 5, 2024 · 1 comment

Comments

@TimLeach635
Copy link

TimLeach635 commented Sep 5, 2024

It's possible to get into a situation where the raycaster throws an error when the window is closed. This doesn't affect gameplay, of course, but I'm seeing it in the logs and it's not ideal.

To reproduce, this happens every time I run the mouse_picking_deferred example, and close the window:
image

This is probably quite minor, but it would be good if this didn't happen!

@TimLeach635
Copy link
Author

It seems to only happen when screenspace stuff is involved? It doesn't happen in the minimal_deferred example, and it stopped happening in my own project when I switched from screenspace to transform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant