- removed explicit deallocation of Cocoa window

This commit is contained in:
alexey.lysiuk 2019-03-10 11:00:24 +02:00
parent 2ca112bef7
commit 0909a67676

View file

@ -349,7 +349,6 @@ public:
{
delete m_vulkanDevice;
[ms_window dealloc];
ms_window = nil;
}