X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.h;h=3de9278b5a13079cef0df65717b29058a00e9e93;hb=5af2a88b715579036a6c49397588ffe2e04400e1;hp=d8d36d210efcccc7dfd8747c7148f039af0664e5;hpb=06e35432f5cf2b4e9ad2f537393511867f64d29a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.h b/world_routes.h index d8d36d2..3de9278 100644 --- a/world_routes.h +++ b/world_routes.h @@ -431,7 +431,7 @@ static void world_routes_ui_draw( u32 route, v4f colour, float offset ) fade_colour[3] *= 1.0f-fade_amt; /* 1 minute timer */ - float timer_delta = (vg.time - world.routes.last_interaction) * (1.0/60.0), + float timer_delta = (vg.time - world.routes.last_interaction) * (1.0/30.0), timer_scale = 1.0f - vg_minf( timer_delta, 1.0f ); /*