Fixed crash if OpenGL couldn't init

Former-commit-id: 32feaaa180df7f9f4c02ec5f593166df15aae234
This commit is contained in:
Lynix 2013-07-30 20:36:18 +02:00
parent 4352083c4b
commit f681587c63
1 changed files with 0 additions and 2 deletions

View File

@ -500,8 +500,6 @@ bool NzRenderer::Initialize()
if (!NzOpenGL::Initialize())
{
NazaraError("Failed to initialize OpenGL");
Uninitialize();
return false;
}