diff options
author | Bruno Dilly <bdilly@profusion.mobi> | 2012-11-09 18:52:16 +0000 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2012-11-09 18:52:16 +0000 |
commit | 5d465e1c04ef666de484e921e8d5e56cc1d25d36 (patch) | |
tree | d1eebfa986e179d8129c2c950e17f0162c970cdf /legacy/ephysics/src/lib/EPhysics.h | |
parent | 5169b73515105f484d5af42e072e740e380a40fc (diff) |
ephysics: check for side value on anchors full add
function
SVN revision: 79037
Diffstat (limited to '')
-rw-r--r-- | legacy/ephysics/src/lib/EPhysics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/ephysics/src/lib/EPhysics.h b/legacy/ephysics/src/lib/EPhysics.h index 8c33af4ac5..72a52ddba0 100644 --- a/legacy/ephysics/src/lib/EPhysics.h +++ b/legacy/ephysics/src/lib/EPhysics.h | |||
@@ -1838,6 +1838,7 @@ typedef enum _EPhysics_Body_Cloth_Anchor_Side | |||
1838 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_RIGHT, | 1838 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_RIGHT, |
1839 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_TOP, | 1839 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_TOP, |
1840 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_BOTTOM, | 1840 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_BOTTOM, |
1841 | EPHYSICS_BODY_CLOTH_ANCHOR_SIDE_LAST, | ||
1841 | } EPhysics_Body_Cloth_Anchor_Side; | 1842 | } EPhysics_Body_Cloth_Anchor_Side; |
1842 | 1843 | ||
1843 | /** | 1844 | /** |