Revert ebe29d2c8a6544abf5acd8d94be130ec02748f34^..HEAD

This commit is contained in:
Jamie Allen 2012-03-01 00:20:46 +01:00
parent 7d4f7ec18c
commit b39f191936
2 changed files with 2 additions and 2 deletions

View File

@ -199,6 +199,7 @@ void RefractiveIndex::draw()
// black
ofBackground(0, 0, 0);
ofEnableSmoothing();
if(_currentAnalysis)
_currentAnalysis->draw();
}

View File

@ -167,7 +167,6 @@ void RelaxRateAnalysis::displayresults()
if(_state == STATE_STOP) return;
//cout << "_saved_filenames_analysis[i] - " << _saved_filenames_synthesis[i] << endl;
while(!_image_shown){