[console] Go back to using Draw_ConsoleBackground

Using Draw_FitPic was for testing.
This commit is contained in:
Bill Currie 2023-01-19 17:35:30 +09:00
parent e332164329
commit 91adb6ad6c
1 changed files with 1 additions and 3 deletions

View File

@ -678,9 +678,7 @@ draw_console (view_t view)
alpha = 255 * con_alpha * len.y / y;
alpha = min (alpha, 255);
}
//r_funcs->Draw_ConsoleBackground (con_data.lines, alpha);
qpic_t *pic = r_funcs->Draw_CachePic ("gfx/conback.lmp", false);
r_funcs->Draw_FitPic (0, con_data.lines - len.y, len.x, len.y, pic);
r_funcs->Draw_ConsoleBackground (con_data.lines, alpha);
}
update_notify ();