Fixed Application::Close() minimizing the window instead of closing it #263
|
@ -69,7 +69,8 @@ namespace SHADE
|
|||
if (gfxSystem)
|
||||
{
|
||||
auto WND = gfxSystem->GetWindow();
|
||||
return WND->Close();
|
||||
if (WND)
|
||||
WND->Destroy();
|
||||
}
|
||||
|
||||
SHLOG_WARNING("[SHGraphicsSystemInterface] Failed to close window.");
|
||||
|
|
Loading…
Reference in New Issue