diff options
author | Leandro Dorileo <dorileo@profusion.mobi> | 2012-11-29 18:55:10 +0000 |
---|---|---|
committer | Leandro Dorileo <dorileo@profusion.mobi> | 2012-11-29 18:55:10 +0000 |
commit | bf451a024a665c326c7441c3e347e7ee43b45430 (patch) | |
tree | f5da0a01b94c89e75a46c3ce2bcfecc72fad68cf /legacy/ephysics/src/lib/ephysics_body_materials.h | |
parent | 40e3df112103ded17b2249ccf01e588c713a14bf (diff) |
EPhysics: density field in material struct, int -> double
--This line, and those below, will be ignored--
SVN revision: 79851
Diffstat (limited to 'legacy/ephysics/src/lib/ephysics_body_materials.h')
-rw-r--r-- | legacy/ephysics/src/lib/ephysics_body_materials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ephysics/src/lib/ephysics_body_materials.h b/legacy/ephysics/src/lib/ephysics_body_materials.h index e9ed0da3ad..40b6ee8280 100644 --- a/legacy/ephysics/src/lib/ephysics_body_materials.h +++ b/legacy/ephysics/src/lib/ephysics_body_materials.h | |||
@@ -8,7 +8,7 @@ extern "C" { | |||
8 | typedef struct _EPhysics_Body_Material_Props EPhysics_Body_Material_Props; | 8 | typedef struct _EPhysics_Body_Material_Props EPhysics_Body_Material_Props; |
9 | struct _EPhysics_Body_Material_Props { | 9 | struct _EPhysics_Body_Material_Props { |
10 | EPhysics_Body_Material material; | 10 | EPhysics_Body_Material material; |
11 | int density; | 11 | double density; |
12 | double friction; | 12 | double friction; |
13 | double restitution; | 13 | double restitution; |
14 | }; | 14 | }; |