From f232c82d1c32e1fd7205c7bbda1d3ce10fb7af71 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 21 May 2013 13:55:00 +0200 Subject: [PATCH] Improved comment Former-commit-id: 1e8b4bb77ccf710bbc4ee688905bf02e42899938 --- src/Nazara/Renderer/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nazara/Renderer/Texture.cpp b/src/Nazara/Renderer/Texture.cpp index 95731b385..ae03b413d 100644 --- a/src/Nazara/Renderer/Texture.cpp +++ b/src/Nazara/Renderer/Texture.cpp @@ -1307,7 +1307,7 @@ bool NzTexture::IsFormatSupported(nzPixelFormat format) return false; // Dépréciés depuis OpenGL 3 - ///FIXME: Il doit bien exister des remplaçants .. + ///FIXME: Il doit bien exister des remplaçants (GL_RED ?) case nzPixelFormat_L8: case nzPixelFormat_LA8: return false;