X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=src%2Fvg%2Fvg.h;h=25771ff8d142fc9ff7b180a0048172691feb78d3;hb=143eccd9c2df0970a7bdd08d27fe4b5e6194cafb;hp=fc6e0afda1d970ada7f555292295b4bd95ec5685;hpb=94b61bed97af43179b37593f4453a05d03687cbc;p=vg.git diff --git a/src/vg/vg.h b/src/vg/vg.h index fc6e0af..25771ff 100644 --- a/src/vg/vg.h +++ b/src/vg/vg.h @@ -280,7 +280,7 @@ static void vg_init( int argc, char *argv[], const char *window_name ) ui_set_mouse( &ui_global_ctx, vg_mouse[0], vg_mouse[1], vg_get_button_state( "primary" ) ); - audio_debug_ui(); + audio_debug_ui( vg_pv ); vg_ui(); vg_console_draw();