Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
7a17585052
commit
89ad6f5df7
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