summaryrefslogtreecommitdiff
path: root/source/modules/asura-box2d/physics/binding/_body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-box2d/physics/binding/_body.cpp')
-rw-r--r--source/modules/asura-box2d/physics/binding/_body.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/modules/asura-box2d/physics/binding/_body.cpp b/source/modules/asura-box2d/physics/binding/_body.cpp
index 51cc0ab..0dbd292 100644
--- a/source/modules/asura-box2d/physics/binding/_body.cpp
+++ b/source/modules/asura-box2d/physics/binding/_body.cpp
@@ -35,8 +35,7 @@ namespace AsuraEngine
{ "INVALID", BODY_TYPE_INVALID },
{ "STATIC", BODY_TYPE_STATIC },
{ "DYNAMIC", BODY_TYPE_DYNAMIC },
- { "KINEMATIC", BODY_TYPE_KINEMATIC },
- { "ENUM", BODY_TYPE_MAX_ENUM }
+ { "KINEMATIC", BODY_TYPE_KINEMATIC }
);
}