diff options
Diffstat (limited to 'src/lib/ephysics')
-rw-r--r-- | src/lib/ephysics/ephysics_body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ephysics/ephysics_body.cpp b/src/lib/ephysics/ephysics_body.cpp index 791ea5075e..4235d02930 100644 --- a/src/lib/ephysics/ephysics_body.cpp +++ b/src/lib/ephysics/ephysics_body.cpp | |||
@@ -3349,8 +3349,8 @@ ephysics_orphan_body_del(EPhysics_Body *body) | |||
3349 | { | 3349 | { |
3350 | _ephysics_body_event_callback_call(body, EPHYSICS_CALLBACK_BODY_DEL, | 3350 | _ephysics_body_event_callback_call(body, EPHYSICS_CALLBACK_BODY_DEL, |
3351 | (void *) body->evas_obj); | 3351 | (void *) body->evas_obj); |
3352 | _ephysics_body_del(body); | ||
3353 | INF("Body %p deleted.", body); | 3352 | INF("Body %p deleted.", body); |
3353 | _ephysics_body_del(body); | ||
3354 | } | 3354 | } |
3355 | 3355 | ||
3356 | EAPI void | 3356 | EAPI void |