Change steps from 25K to 10K
parent
81cfb0b4f8
commit
29d5b255e5
2
main.c
2
main.c
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue