mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
23653abd05
commit
c0ae02db6d
1 changed files with 2 additions and 2 deletions
|
@ -965,8 +965,8 @@ bool CDriverGL::release()
|
|||
// release only if the driver was initialized
|
||||
if (!_Initialized) return true;
|
||||
|
||||
// hide window
|
||||
showWindow(false);
|
||||
// hide window
|
||||
showWindow(false);
|
||||
|
||||
// Call IDriver::release() before, to destroy textures, shaders and VBs...
|
||||
IDriver::release();
|
||||
|
|
Loading…
Reference in a new issue