mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanup
This commit is contained in:
parent
cecd48e6b5
commit
2e752d93cc
@ -682,7 +682,7 @@ void gfx_display_draw_bg(gfx_display_ctx_draw_t *draw,
|
||||
if (add_opacity_to_wallpaper)
|
||||
gfx_display_set_alpha(draw->color, override_opacity);
|
||||
|
||||
if (dispctx && dispctx->get_default_mvp)
|
||||
if (dispctx->get_default_mvp)
|
||||
draw->matrix_data = (math_matrix_4x4*)dispctx->get_default_mvp(
|
||||
userdata);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user