mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[console] Go back to using Draw_ConsoleBackground
Using Draw_FitPic was for testing.
This commit is contained in:
parent
e332164329
commit
91adb6ad6c
1 changed files with 1 additions and 3 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue