mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-25 13:21:33 +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;
|
delete m_vulkanDevice;
|
||||||
|
|
||||||
[ms_window dealloc];
|
|
||||||
ms_window = nil;
|
ms_window = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue