X-Git-Url: https://harrygodden.com/git/?p=fishladder.git;a=blobdiff_plain;f=vg%2Fvg_console.h;fp=vg%2Fvg_console.h;h=76d38007241ef256112d1440159b7dcccc38331c;hp=8ab3256b4e86ccba1d0b550b692529a8d49e025d;hb=6ecfd9973b89075070c88f9879cb784261b8b11c;hpb=eee5b72b1f94818eba8459668e5857f82f601890 diff --git a/vg/vg_console.h b/vg/vg_console.h index 8ab3256..76d3800 100644 --- a/vg/vg_console.h +++ b/vg/vg_console.h @@ -109,7 +109,7 @@ static void vg_console_draw( void ) ui_fill_x( &ui_global_ctx ); ui_new_node( &ui_global_ctx ); - { + { ui_fill_rect( &ui_global_ctx, ui_global_ctx.cursor, 0x77333333 ); ui_global_ctx.cursor[3] = 8*vg_console.scale;