Skip to content
Snippets Groups Projects
Commit a2804267 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

ti_current is an int and not a float in runner_dokick()

parent dee26e62
No related branches found
No related tags found
2 merge requests!136Master,!94Integer timeline
......@@ -802,7 +802,7 @@ void runner_dokick(struct runner *r, struct cell *c, int timer) {
const float global_dt_min = r->e->dt_min;
const float global_dt_max = r->e->dt_max;
const float ti_current = r->e->ti_current;
const int ti_current = r->e->ti_current;
const double timeBase = r->e->timeBase;
const double timeBase_inv = 1.0 / r->e->timeBase;
const int count = c->count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment