Browse Source

fixed 5 files out of 2487:

- removed 0 CR characters
 - removed 22 trailing whitespaces
 - replaced 11 tabs with spaces
legacy
Lolbot lolbot 11 years ago
parent
commit
8e0816a7c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
src/easymesh/easymesh.cpp View File

@@ -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")),


Loading…
Cancel
Save