Changed: Minor changes

This commit is contained in:
kervala 2016-11-03 15:23:08 +01:00
parent 6372a8f5fb
commit 8b40f509a0

View file

@ -490,7 +490,6 @@ bool CDriverGL::unInit()
#elif defined(NL_OS_MAC)
// nothing to do
[_autoreleasePool release];
#elif defined (NL_OS_UNIX)
@ -1460,7 +1459,7 @@ bool CDriverGL::createWindow(const GfxMode &mode)
pos = 0;
hwndParent = NULL;
}
window = CreateWindowW(L"NLClass", L"NeL Window", dwStyle,
window = CreateWindowW(L"NLClass", L"NeL Window", dwStyle,
pos, pos, mode.Width, mode.Height, hwndParent, NULL, GetModuleHandle(NULL), NULL);
if (window == EmptyWindow)