From 8e0816a7c3971aaf23c1933ec1245203301c395e Mon Sep 17 00:00:00 2001 From: Lolbot Date: Tue, 19 Feb 2013 00:37:58 +0000 Subject: [PATCH] fixed 5 files out of 2487: - removed 0 CR characters - removed 22 trailing whitespaces - replaced 11 tabs with spaces --- src/easymesh/easymesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easymesh/easymesh.cpp b/src/easymesh/easymesh.cpp index d1afd05d..88c29d13 100644 --- a/src/easymesh/easymesh.cpp +++ b/src/easymesh/easymesh.cpp @@ -340,7 +340,7 @@ void GpuEasyMeshData::RenderMeshData(mat4 const &model) vflags == (baseflag | (1 << VertexUsage::TexCoordExt)) || vflags == (baseflag | (1 << VertexUsage::TexCoord) | (1 << VertexUsage::TexCoordExt))) - + { vdecl->SetStream(vbo, *gpu_sd.GetAttribute(lol::String("in_Vertex")), *gpu_sd.GetAttribute(lol::String("in_Normal")),