From fa7b72fd498072076c142e5c5b46f867ecc26f97 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 6 Feb 2015 13:57:58 +0100 Subject: [PATCH] Fixed outdated comment Former-commit-id: 8825493d82bfc66ac84090ac4f9f051c35b2d61c --- src/Nazara/Graphics/DeferredGeometryPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nazara/Graphics/DeferredGeometryPass.cpp b/src/Nazara/Graphics/DeferredGeometryPass.cpp index 4600213b3..61f0d922a 100644 --- a/src/Nazara/Graphics/DeferredGeometryPass.cpp +++ b/src/Nazara/Graphics/DeferredGeometryPass.cpp @@ -177,7 +177,7 @@ bool NzDeferredGeometryPass::Resize(const NzVector2ui& dimensions) /* G-Buffer: Texture0: Diffuse Color + Flags - Texture1: Normal map + Depth + Texture1: Encoded normal Texture2: Specular value + Shininess Texture3: N/A */