(GLUI) Fix rotation
This commit is contained in:
parent
45d48b46e8
commit
fc2ddc87bd
|
@ -435,7 +435,7 @@ static void glui_frame(void)
|
|||
if (menu->mouse.enable)
|
||||
glui_draw_cursor(gl, glui, menu->mouse.x, menu->mouse.y);
|
||||
|
||||
gl_set_viewport(gl, gl->win_width, gl->win_height, false, false);
|
||||
gl_set_viewport(gl, gl->win_width, gl->win_height, false, true);
|
||||
}
|
||||
|
||||
static void *glui_init(void)
|
||||
|
|
Loading…
Reference in New Issue