We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1326bfe commit 5bfbce7Copy full SHA for 5bfbce7
1 file changed
libs/openFrameworks/app/ofMainLoop.cpp
@@ -38,7 +38,7 @@ ofMainLoop::ofMainLoop()
38
}
39
40
ofMainLoop::~ofMainLoop() {
41
- exit();
+
42
43
44
std::shared_ptr<ofAppBaseWindow> ofMainLoop::createWindow(const ofWindowSettings & settings){
@@ -128,6 +128,7 @@ int ofMainLoop::loop(){
128
}else{
129
windowLoop();
130
131
+ exit();
132
return status;
133
134
0 commit comments