From ea778644eb3e2df22122c79c5e8a8a9e99490beb Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 25 Jan 2020 21:20:45 -0800 Subject: rototiller: initialize start_tv Missed this! --- src/rototiller.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rototiller.c') diff --git a/src/rototiller.c b/src/rototiller.c index 0473ee3..579d02a 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -443,6 +443,7 @@ int main(int argc, const char *argv[]) pexit_if(!(rototiller.threads = threads_create()), "unable to create rendering threads"); + gettimeofday(&rototiller.start_tv, NULL); exit_if(rototiller.module->create_context && !(rototiller.module_context = rototiller.module->create_context( get_ticks(&rototiller.start_tv, -- cgit v1.2.1