mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -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) {
|
if (_window != nil) {
|
||||||
[_window close];
|
[_window close];
|
||||||
|
|
||||||
// Process events once more so any pending NSEvents are cleared. Not doing
|
// Process events once more so any pending NSEvents are cleared. Not doing
|
||||||
// this causes the window to stick around after calling [_window close].
|
// this causes the window to stick around after calling [_window close].
|
||||||
process_events();
|
process_events();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user