diff --git a/src/MediaServer/MediaServer.cpp b/src/MediaServer/MediaServer.cpp index 9ab8ba8..78d1af8 100644 --- a/src/MediaServer/MediaServer.cpp +++ b/src/MediaServer/MediaServer.cpp @@ -340,9 +340,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){