From 40a9d75bb7020945136f17917dc334aceafb5270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 23 Feb 2022 13:36:38 +0100 Subject: [PATCH] spoilers... --- src/Nazara/Graphics/Systems/RenderSystem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Nazara/Graphics/Systems/RenderSystem.cpp b/src/Nazara/Graphics/Systems/RenderSystem.cpp index bdaabd067..f9f183d5e 100644 --- a/src/Nazara/Graphics/Systems/RenderSystem.cpp +++ b/src/Nazara/Graphics/Systems/RenderSystem.cpp @@ -3,7 +3,6 @@ // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include #include #include @@ -30,7 +29,6 @@ namespace Nz m_lightDestroyConnection = registry.on_destroy().connect<&RenderSystem::OnLightDestroy>(this); m_nodeDestroyConnection = registry.on_destroy().connect<&RenderSystem::OnNodeDestroy>(this); - //m_pipeline = std::make_unique(); m_pipeline = std::make_unique(); }