Parcourir la source

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> il y a 11 ans
Parent
révision
91304801cc
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 Voir le fichier

@@ -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 */


Chargement…
Annuler
Enregistrer