summaryrefslogtreecommitdiff
path: root/scene/resources/physics_material.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/physics_material.cpp')
-rw-r--r--scene/resources/physics_material.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/resources/physics_material.cpp b/scene/resources/physics_material.cpp
index 8ac0191452..89fbf7a248 100644
--- a/scene/resources/physics_material.cpp
+++ b/scene/resources/physics_material.cpp
@@ -69,9 +69,3 @@ void PhysicsMaterial::set_absorbent(bool p_val) {
absorbent = p_val;
emit_changed();
}
-
-PhysicsMaterial::PhysicsMaterial() :
- friction(1),
- rough(false),
- bounce(0),
- absorbent(false) {}