Browse Source

Merge branch 'lobodelmar-fixMemAllocError'

master
Krisjanis Rijnieks 8 years ago
parent
commit
b00973dda1
  1. 2
      src/MediaServer/MediaServer.cpp

2
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){

Loading…
Cancel
Save