...
This commit is contained in:
parent
81f429d52b
commit
98e13787a9
1 changed files with 1 additions and 0 deletions
|
|
@ -558,6 +558,7 @@ - (void)cleanup {
|
|||
- (BOOL)windowShouldClose:(id)sender
|
||||
{
|
||||
(void)sender;
|
||||
if (window == nil) return YES;
|
||||
_glfwInputWindowCloseRequest(window);
|
||||
return NO;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue