Browse Source

Fix indenting

master
Krisjanis Rijnieks 5 years ago
parent
commit
8948b386bc
  1. 6
      example_basic/src/ofApp.cpp

6
example_basic/src/ofApp.cpp

@ -4,9 +4,9 @@ void ofApp::setup(){
ofBackground(0);
mapper.setup();
#ifdef TARGET_RASPBERRY_PI
ofSetFullscreen(true);
#endif
#ifdef TARGET_RASPBERRY_PI
ofSetFullscreen(true);
#endif
}
void ofApp::update(){

Loading…
Cancel
Save