X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=9f62242cc42de8589ea94d679bcca2260de0a7f3;hb=9eb3de757a997becb8406417a4bf613f4cb04900;hp=fcf2da4c28a6abb47855a82f212f9962b9abccf9;hpb=b615f03b922d155f9449d2a23d3cc18eed320ed3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index fcf2da4..9f62242 100644 --- a/menu.h +++ b/menu.h @@ -14,7 +14,6 @@ struct { int active, credits_open; - f32 factive; int disable_open; u32 page, /* current page index */ @@ -283,9 +282,6 @@ static void menu_update(void) } } - menu.factive = vg_lerpf( menu.factive, menu.active, - vg.time_frame_delta * 6.0f ); - if( !menu.active ) return; enum menu_input_mode prev_mode = menu.input_mode;