cleanups, a few comments, and cout commented out

This commit is contained in:
Jamie Allen
2012-02-21 02:01:01 +01:00
parent 78c2edc0ac
commit 0cd3bca7c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ void RefractiveIndex::draw()
// 4) should end in black screen as well
// 5) final kill button
ofRect(0,0,ofGetWidth(), ofGetHeight());
//ofRect(0,0,ofGetWidth(), ofGetHeight());
if(_currentAnalysis)
_currentAnalysis->draw();