瀏覽代碼

fixed 5 files out of 2487:

- removed 0 CR characters
 - removed 22 trailing whitespaces
 - replaced 11 tabs with spaces
legacy
Lolbot lolbot 11 年之前
父節點
當前提交
8e0816a7c3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
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")),


Loading…
取消
儲存