We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11781e commit f6ba225Copy full SHA for f6ba225
1 file changed
commandLine/src/main.cpp
@@ -429,10 +429,10 @@ int main(int argc, char* argv[]){
429
430
// ------------------------------------------------------ post parse
431
432
- startTime = ofGetElapsedTimef();
433
nProjectsUpdated = 0;
434
nProjectsCreated = 0;
435
of::priv::initutils();
+ startTime = ofGetElapsedTimef();
436
consoleSpace();
437
438
// try to get the OF_PATH as an environt variable
0 commit comments