reduce number of calls to gettimeofday
This commit is contained in:
@@ -237,7 +237,7 @@ int main(int argc, char **argv)
|
||||
)
|
||||
{
|
||||
DrawHeader();
|
||||
gettimeofday(&past, 0);
|
||||
past = Timer;
|
||||
}
|
||||
|
||||
// header stuff end
|
||||
|
||||
Reference in New Issue
Block a user