Remove drawing undo test value

This commit is contained in:
Krisjanis Rijnieks
2015-05-15 01:33:46 +03:00
parent ce6588d296
commit 5ab0caad34
+2 -1
View File
@@ -64,7 +64,8 @@ void ofxPiMapper::draw(){
ofColor(255, 255, 255, 200));
}
ofDrawBitmapStringHighlight(ofToString(undoTestValue), 200, 200);
// TODO: remove undo test completely
//ofDrawBitmapStringHighlight(ofToString(undoTestValue), 200, 200);
} // draw