diff options
author | chai <chaifix@163.com> | 2019-04-08 22:31:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-08 22:31:12 +0800 |
commit | 4ea4bbfcb03091cb987dc151d41980ec16f3d18d (patch) | |
tree | bdbe56d8c570b5f243744fbfc5a6cdd2c4f6dc4f /source/modules/asura-box2d/physics/binding | |
parent | e47baca4f23db43ec91fbf64d5d06d7c0dbee495 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-box2d/physics/binding')
-rw-r--r-- | source/modules/asura-box2d/physics/binding/_body.cpp | 3 | ||||
-rw-r--r-- | source/modules/asura-box2d/physics/binding/_world.cpp | 4 |
2 files changed, 3 insertions, 4 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 } ); } diff --git a/source/modules/asura-box2d/physics/binding/_world.cpp b/source/modules/asura-box2d/physics/binding/_world.cpp index 6edd193..1ebcbd1 100644 --- a/source/modules/asura-box2d/physics/binding/_world.cpp +++ b/source/modules/asura-box2d/physics/binding/_world.cpp @@ -6,7 +6,7 @@ namespace AsuraEngine { namespace Physics { - + /* LUAX_REGISTRY(World) { @@ -16,6 +16,6 @@ namespace AsuraEngine { } - +*/ } } |