Kaynağa Gözat

fixed 22 files out of 2667:

- removed 2 CR characters
 - removed 9 trailing whitespaces
 - replaced 0 tabs with spaces
 - fixed 19 svn:eol-style properties
undefined
Lolbot Sam Hocevar <sam@hocevar.net> 11 yıl önce
ebeveyn
işleme
91304801cc
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +1
    -1
      src/easymesh/easymesh-parser.y
  2. +1
    -1
      src/easymesh/easymesh.cpp
  3. +1
    -1
      src/input/controller.h

+ 1
- 1
src/easymesh/easymesh-parser.y Dosyayı Görüntüle

@@ -310,7 +310,7 @@ v4:
'('fv')' { $$[0] = $2; $$[1] = $2; $$[2] = $2; $$[3] = $2; }
| '('fv fv fv fv')' { $$[0] = $2; $$[1] = $3; $$[2] = $4; $$[3] = $5; }
;
/* Special types */
bv:
BOOLEAN { $$ = $1; }


+ 1
- 1
src/easymesh/easymesh.cpp Dosyayı Görüntüle

@@ -1233,7 +1233,7 @@ void EasyMesh::AppendTriangleDuplicateVerts(int i1, int i2, int i3, int base)
//-----------------------------------------------------------------------------
void EasyMesh::ComputeNormals(int start, int vcount)
{
if (BD()->IsEnabled(MeshBuildOperation::CommandExecution) &&
BD()->IsEnabled(MeshBuildOperation::PostBuildComputeNormals))
return;


+ 1
- 1
src/input/controller.h Dosyayı Görüntüle

@@ -81,7 +81,7 @@ public:
float GetValue() const { return m_current; }
/** Gets the current delta value of this axis */
float GetDelta() const { return m_current - m_previous; }
/** Bind a physical device and axis */
void Bind(const String& device_name, const String& axis_name);
/** Bind a physical device and key over this axis. The axis value will be 0 if the key is up and 1 if it's down */


Yükleniyor…
İptal
Kaydet