Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing RateTimer
  • Loading branch information
kylemcdonald committed Apr 13, 2014
1 parent ac235ab commit 0386800
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions example-flow-distort-shader/src/testApp.cpp
Expand Up @@ -17,9 +17,7 @@ void testApp::update() {
cam.update();
if(cam.isFrameNew()) {
motionAmplifier.update(cam);
camRate.tick();
}
appRate.tick();
}

void testApp::draw() {
Expand Down
1 change: 0 additions & 1 deletion example-flow-distort-shader/src/testApp.h
Expand Up @@ -10,7 +10,6 @@ class testApp : public ofBaseApp {
void update();
void draw();

RateTimer appRate, camRate;
ofVideoGrabber cam;
MotionAmplifier motionAmplifier;
};

0 comments on commit 0386800

Please sign in to comment.