diff options
Diffstat (limited to 'scene/2d/physics/character_body_2d.h')
-rw-r--r-- | scene/2d/physics/character_body_2d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/2d/physics/character_body_2d.h b/scene/2d/physics/character_body_2d.h index 395438a1f1..536d0a1ebd 100644 --- a/scene/2d/physics/character_body_2d.h +++ b/scene/2d/physics/character_body_2d.h @@ -111,7 +111,6 @@ public: PlatformOnLeave get_platform_on_leave() const; CharacterBody2D(); - ~CharacterBody2D(); private: real_t margin = 0.08; |