Add black background

This commit is contained in:
Ben Lankamp
2020-07-03 23:00:57 +02:00
parent 44cc437ef2
commit 27a1b43b73
+3
View File
@@ -760,6 +760,9 @@ bool SidebarClass::Scroll(bool up, int column)
*=============================================================================================*/
void SidebarClass::Draw_It(bool complete)
{
// hack: black background for the sidebar
GL_FillRect(TBLACK, SIDE_X * RESFACTOR, 8 * RESFACTOR, SIDE_WIDTH * RESFACTOR, ScreenHeight);
PowerClass::Draw_It(complete);
BStart(BENCH_SIDEBAR);