Skip to content

Commit f6ba225

Browse files
2bbbarturoc
authored andcommitted
fix: call ofGetElapsedTimef after initutils() (#178)
1 parent e11781e commit f6ba225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandLine/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ int main(int argc, char* argv[]){
429429

430430
// ------------------------------------------------------ post parse
431431

432-
startTime = ofGetElapsedTimef();
433432
nProjectsUpdated = 0;
434433
nProjectsCreated = 0;
435434
of::priv::initutils();
435+
startTime = ofGetElapsedTimef();
436436
consoleSpace();
437437

438438
// try to get the OF_PATH as an environt variable

0 commit comments

Comments
 (0)