TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

With bullet 3.24 build fail #130

Open Pro-pra opened 2 years ago

Pro-pra commented 2 years ago
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.
TheJosh commented 1 year ago

Need to pass a pointer to m perhaps?