EPhysics: density field in material struct, int -> double

--This line, and those below, will be ignored--


SVN revision: 79851
This commit is contained in:
Leandro Dorileo 2012-11-29 18:55:10 +00:00
parent 40e3df1121
commit bf451a024a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ extern "C" {
typedef struct _EPhysics_Body_Material_Props EPhysics_Body_Material_Props;
struct _EPhysics_Body_Material_Props {
EPhysics_Body_Material material;
int density;
double density;
double friction;
double restitution;
};