Skip to content

Commit a547d4b

Browse files
disable hard exit on esc
1 parent 4eaa558 commit a547d4b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ map < string, ofColor > colorNameMap;
88

99
int main( ){
1010
ofSetDataPathRoot("../Resources/data");
11+
ofSetEscapeQuitsApp(false);
1112

1213
colorNameMap["white"] = ofColor::white;
1314
colorNameMap["gray"] = ofColor::gray;

0 commit comments

Comments
 (0)