Remove explicit app closing function (#618)
This commit is contained in:
committed by
GitHub
parent
0ff1627385
commit
4fea48f433
@@ -33,7 +33,6 @@ int main(int argc, char* argv[]) {
|
||||
break;
|
||||
}
|
||||
if (event.type == APP_EVENT_CLOSE) {
|
||||
app_manager_finish(app_instance_id);
|
||||
should_close = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user