Revert ebe29d2c8a6544abf5acd8d94be130ec02748f34^..HEAD
This commit is contained in:
parent
7d4f7ec18c
commit
b39f191936
@ -199,6 +199,7 @@ void RefractiveIndex::draw()
|
||||
// black
|
||||
ofBackground(0, 0, 0);
|
||||
|
||||
ofEnableSmoothing();
|
||||
if(_currentAnalysis)
|
||||
_currentAnalysis->draw();
|
||||
}
|
||||
|
||||
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user