mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Hide window before releasing driver
This commit is contained in:
parent
7f8f46f70e
commit
921180452d
1 changed files with 3 additions and 0 deletions
|
@ -965,6 +965,9 @@ bool CDriverGL::release()
|
|||
// release only if the driver was initialized
|
||||
if (!_Initialized) return true;
|
||||
|
||||
// hide window
|
||||
showWindow(false);
|
||||
|
||||
// Call IDriver::release() before, to destroy textures, shaders and VBs...
|
||||
IDriver::release();
|
||||
|
||||
|
|
Loading…
Reference in a new issue