diff options
-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 58a35b3..8998d89 100644 --- a/src/lib/ephysics/ephysics_body.cpp +++ b/src/lib/ephysics/ephysics_body.cpp | |||
@@ -447,7 +447,7 @@ _ephysics_body_evas_stacking_sort_cb(const void *d1, const void *d2) | |||
447 | if (!stacking2) return -1; | 447 | if (!stacking2) return -1; |
448 | 448 | ||
449 | if (stacking1->stacking < stacking2->stacking) return -1; | 449 | if (stacking1->stacking < stacking2->stacking) return -1; |
450 | if (stacking2->stacking > stacking2->stacking) return 1; | 450 | if (stacking1->stacking > stacking1->stacking) return 1; |
451 | 451 | ||
452 | return 0; | 452 | return 0; |
453 | } | 453 | } |