Browse Source

Hide info on startup, but leave commented code

master
Krisjanis Rijnieks 11 years ago
parent
commit
5c2ac7ce88
  1. 2
      example/src/ofApp.cpp

2
example/src/ofApp.cpp

@ -11,7 +11,7 @@ void ofApp::setup() {
piMapper.setup();
// The info layer is hidden by default, press <i> to toggle
piMapper.showInfo();
// piMapper.showInfo();
}
void ofApp::draw() {

Loading…
Cancel
Save