diff --git a/src/MediaServer/MediaServer.cpp b/src/MediaServer/MediaServer.cpp index da37819..41b1747 100644 --- a/src/MediaServer/MediaServer.cpp +++ b/src/MediaServer/MediaServer.cpp @@ -343,9 +343,7 @@ void MediaServer::addFboSource(FboSource * fboSource){ // It is important to run the setup of the FBO // source from outside as we can see here. - fboSource->beginFbo(); fboSource->setup(); - fboSource->endFbo(); } BaseSource * MediaServer::loadFboSource(string & fboSourceName){