summaryrefslogtreecommitdiff
path: root/menuApp/src/ofApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'menuApp/src/ofApp.cpp')
-rw-r--r--menuApp/src/ofApp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp
index d65e7e2..5d36000 100644
--- a/menuApp/src/ofApp.cpp
+++ b/menuApp/src/ofApp.cpp
@@ -119,6 +119,8 @@ ofPopMatrix(); //Restore the coordinate system
overlay.draw(0,0,ofGetWidth(),ofGetHeight());
ofDisableAlphaBlending();
+ float t=ofGetElapsedTimef();
+
}
//--------------------------------------------------------------