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" { 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; };