From b554740a345db1e3a57c2a8b7d7d4179318080c1 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 11 Oct 2015 12:35:37 +0300 Subject: [PATCH] Remove yellow color overlay in PresentationState `draw()` method --- src/Application/PresentationState.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Application/PresentationState.cpp b/src/Application/PresentationState.cpp index 46dbc1d..5d3f5dd 100644 --- a/src/Application/PresentationState.cpp +++ b/src/Application/PresentationState.cpp @@ -12,8 +12,6 @@ namespace ofx { return _instance; } - void PresentationState::draw(Application * app) { - ofSetColor(255, 255, 0); - } + void PresentationState::draw(Application * app) {} } } \ No newline at end of file