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
+1
View File
@@ -199,6 +199,7 @@ void RefractiveIndex::draw()
// black
ofBackground(0, 0, 0);
ofEnableSmoothing();
if(_currentAnalysis)
_currentAnalysis->draw();
}