mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(CXX_BUILD) Silence this warning
This commit is contained in:
parent
c9cfd1cd89
commit
762e28e1e0
@ -124,7 +124,7 @@ static void menu_display_gl1_draw(menu_display_ctx_draw_t *draw,
|
||||
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glPushMatrix();
|
||||
glLoadMatrixf(mvp.matrix);
|
||||
glLoadMatrixf((const GLfloat*)mvp.matrix);
|
||||
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glPushMatrix();
|
||||
|
Loading…
x
Reference in New Issue
Block a user