From b5672a6f61dcabbe1ebc4e341a6389516a1ca469 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 14 Jun 2014 17:05:39 +0000 Subject: [PATCH] neercs: refactor the shader system. --- src/gpu/shader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/shader.cpp b/src/gpu/shader.cpp index e6b5c844..3b4ed174 100644 --- a/src/gpu/shader.cpp +++ b/src/gpu/shader.cpp @@ -404,7 +404,7 @@ Shader::Shader(char const *vert, char const *frag) if (usage == VertexUsage::MAX || index == -1) { - Log::Error("unable to parse attribute semantic from name: %s", + Log::Error("unable to parse attribute semantic from name: %s\n", name_buffer); } else