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
|
// release only if the driver was initialized
|
||||||
if (!_Initialized) return true;
|
if (!_Initialized) return true;
|
||||||
|
|
||||||
// hide window
|
// hide window
|
||||||
showWindow(false);
|
showWindow(false);
|
||||||
|
|
||||||
// Call IDriver::release() before, to destroy textures, shaders and VBs...
|
// Call IDriver::release() before, to destroy textures, shaders and VBs...
|
||||||
IDriver::release();
|
IDriver::release();
|
||||||
|
|
Loading…
Reference in a new issue