mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
cocoadisplay: Fix a whitespace error
This commit is contained in:
parent
72376e95f1
commit
5751fc6478
@ -799,7 +799,7 @@ close_window() {
|
||||
|
||||
if (_window != nil) {
|
||||
[_window close];
|
||||
|
||||
|
||||
// Process events once more so any pending NSEvents are cleared. Not doing
|
||||
// this causes the window to stick around after calling [_window close].
|
||||
process_events();
|
||||
|
Loading…
x
Reference in New Issue
Block a user