mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 00:51:24 +00:00
- removed explicit deallocation of Cocoa window
This commit is contained in:
parent
2ca112bef7
commit
0909a67676
1 changed files with 0 additions and 1 deletions
|
@ -349,7 +349,6 @@ public:
|
|||
{
|
||||
delete m_vulkanDevice;
|
||||
|
||||
[ms_window dealloc];
|
||||
ms_window = nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue