fixed _Close bug

Este commit está contenido en:
cirdan 2008-09-26 07:44:41 +00:00
padre 491c09e235
commit 42d1adfe27
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -11,7 +11,8 @@ static RenderWindow* gRenderWindow = 0;
//------------------------------------------------------------------------------
RenderWindow::RenderWindow() :
_Initialized(false)
_Initialized(false),
_Closed(false)
{
glfwInit();
gRenderWindow = this;