Log on destruction of OpenVulkanoView
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#import "OpenVulkanoView.h"
|
||||
|
||||
#include "Base/Logger.hpp"
|
||||
#include "Input/Touch/InputDeviceTouch.hpp"
|
||||
#include "Input/InputManager.hpp"
|
||||
#include "MetalViewWindow.h"
|
||||
@@ -113,6 +114,7 @@ using namespace OpenVulkano;
|
||||
m_touchDevice.Close();
|
||||
[m_displayLink release];
|
||||
[m_mtdelegate release];
|
||||
OpenVulkano::Logger::WINDOW->info("Destroyed OpenVulkanoView");
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user