Change steps from 25K to 10K

master
Kenny Levinsen 2023-09-01 14:06:53 +02:00
parent 81cfb0b4f8
commit 29d5b255e5
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -191,7 +191,7 @@ static void print_trajectory(struct context *ctx) {
} }
} }
static int anim_kelvin_step = 25; static int anim_kelvin_step = 10;
static void recalc_stops(struct context *ctx, time_t now) { static void recalc_stops(struct context *ctx, time_t now) {
time_t day = round_day_offset(now, ctx->longitude_time_offset); time_t day = round_day_offset(now, ctx->longitude_time_offset);