Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-11-21 22:31:33 +01:00
parent ed2f489555
commit 74c68b543c

View file

@ -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();