Browse Source

Merge branch 'fixMemAllocError' of https://github.com/lobodelmar/ofxPiMapper into lobodelmar-fixMemAllocError

master
Krisjanis Rijnieks 8 years ago
parent
commit
033fd0c3b2
  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