Open Pro-pra opened 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.
Need to pass a pointer to m perhaps?
m