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