From dddf7a9090e3cb65c977620684e149d52620f286 Mon Sep 17 00:00:00 2001 From: ISHII 2bit Date: Sun, 20 May 2018 17:26:02 +0900 Subject: [PATCH] fix: call ofGetElapsedTimef after initutils() --- commandLine/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandLine/src/main.cpp b/commandLine/src/main.cpp index f7c69d78..07d67a7a 100644 --- a/commandLine/src/main.cpp +++ b/commandLine/src/main.cpp @@ -429,10 +429,10 @@ int main(int argc, char* argv[]){ // ------------------------------------------------------ post parse - startTime = ofGetElapsedTimef(); nProjectsUpdated = 0; nProjectsCreated = 0; of::priv::initutils(); + startTime = ofGetElapsedTimef(); consoleSpace(); // try to get the OF_PATH as an environt variable