Fixed Command character on OSX in ImGUI
This commit is contained in:
@@ -129,8 +129,10 @@ void RemovableDriveManager::register_window_osx()
|
||||
|
||||
void RemovableDriveManager::unregister_window_osx()
|
||||
{
|
||||
if (m_impl_osx)
|
||||
if (m_impl_osx) {
|
||||
[m_impl_osx release];
|
||||
m_impl_osx = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
namespace search_for_drives_internal
|
||||
|
||||
Reference in New Issue
Block a user