Procházet zdrojové kódy

fixed 5 files out of 2487:

- removed 0 CR characters
 - removed 22 trailing whitespaces
 - replaced 11 tabs with spaces
legacy
Lolbot lolbot před 11 roky
rodič
revize
8e0816a7c3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
src/easymesh/easymesh.cpp Zobrazit soubor

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


Načítá se…
Zrušit
Uložit