Browse Source

Remove yellow color overlay in PresentationState `draw()` method

master
Krisjanis Rijnieks 10 years ago
parent
commit
b554740a34
  1. 4
      src/Application/PresentationState.cpp

4
src/Application/PresentationState.cpp

@ -12,8 +12,6 @@ namespace ofx {
return _instance; return _instance;
} }
void PresentationState::draw(Application * app) { void PresentationState::draw(Application * app) {}
ofSetColor(255, 255, 0);
}
} }
} }
Loading…
Cancel
Save