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

With bullet 3.24 build fail #130

Open
Pro-pra opened this issue Nov 3, 2022 · 1 comment
Open

With bullet 3.24 build fail #130

Pro-pra opened this issue Nov 3, 2022 · 1 comment

Comments

@Pro-pra
Copy link

Pro-pra commented Nov 3, 2022

DEBUG: src/render_opengl/render_opengl.cpp: In member function 'void RenderOpenGL::renderAnimPlay(AnimPlay*, Entity*)':
DEBUG: src/render_opengl/render_opengl.cpp:1689:43: error: cannot convert 'float [16]' to 'btScalar*' {aka 'double*'}
DEBUG:  1689 |         e->getTransform().getOpenGLMatrix(m);
DEBUG:       |                                           ^
DEBUG:       |                                           |
DEBUG:       |                                           float [16]
DEBUG: compilation terminated due to -Wfatal-errors.
@Pro-pra Pro-pra changed the title bullet 3.24 build fail With bullet 3.24 build fail Nov 3, 2022
@TheJosh
Copy link
Owner

TheJosh commented Dec 8, 2022

Need to pass a pointer to m perhaps?

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

2 participants