-
Notifications
You must be signed in to change notification settings - Fork 1
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
space.DebugDraw causes sigsegv #1
Comments
Thanks for the bug report! I'll look into it ASAP. Small note, you don't have to do: Just this will work (still imported as "cp"): Stephen |
pointers. Make all SpaceDebugDrawOptions struct fields optional in calls to DebugDraw, as well. Add documentation to DebugDraw(), and add a test to verify it is working. Fixes issue #1.
@johnsto, I've fixed the issues at hand with DebugDraw (there were several) and it should all be working now. I've also added a test which could serve useful to you in the file debugdraw_test.go, please let me know if you still encounter any issues =) ! Stephen |
Cripes, that was quick. Much obliged! |
Still investigating cause of this, here's test code using a minimal implementation of SpaceDebugDrawOptions.
Which results in the following crash
The text was updated successfully, but these errors were encountered: