diff --git a/source/glest_game/facilities/logger.cpp b/source/glest_game/facilities/logger.cpp index 3628277f2..4c1a8ba85 100644 --- a/source/glest_game/facilities/logger.cpp +++ b/source/glest_game/facilities/logger.cpp @@ -49,7 +49,7 @@ void Logger::cleanupLoadingTexture() { if(loadingTexture!=NULL) { SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); - Renderer &renderer= Renderer::getInstance(); + //Renderer &renderer= Renderer::getInstance(); //renderer.endTexture(rsGlobal,loadingTexture); loadingTexture->end(); delete loadingTexture;