X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=b8c5c8dbe2c5ed62bc0701f4c7a147e2c02bc408;hb=e7f34d37fb7a68f4a30995656c8f1c9075997124;hp=1b73beab3e35777b03c55cb3825d6b2517818d74;hpb=f7db507815e2822d971031c30f25e02b45e9c914;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index 1b73bea..b8c5c8d 100644 --- a/menu.h +++ b/menu.h @@ -769,8 +769,8 @@ VG_STATIC void menu_render( camera *cam ) glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ); glBlendEquation(GL_FUNC_ADD); - shader_fscolour_use(); - shader_fscolour_uColour( (v4f){ 0.1f, 0.1f, 0.3f, menu_opacity*0.5f } ); + shader_blitcolour_use(); + shader_blitcolour_uColour( (v4f){ 0.1f, 0.1f, 0.3f, menu_opacity*0.5f } ); render_fsquad(); glEnable( GL_DEPTH_TEST );