reduce number of calls to gettimeofday

This commit is contained in:
Andrzej Rybczak
2012-09-07 23:11:40 +02:00
parent 89d3bd884f
commit 45a097a45b
8 changed files with 22 additions and 19 deletions

View File

@@ -237,7 +237,7 @@ int main(int argc, char **argv)
)
{
DrawHeader();
gettimeofday(&past, 0);
past = Timer;
}
// header stuff end