diff options
Diffstat (limited to 'source/modules/asura-box2d/physics/binding/_body.cpp')
-rw-r--r-- | source/modules/asura-box2d/physics/binding/_body.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/modules/asura-box2d/physics/binding/_body.cpp b/source/modules/asura-box2d/physics/binding/_body.cpp index 68f3aaf..51cc0ab 100644 --- a/source/modules/asura-box2d/physics/binding/_body.cpp +++ b/source/modules/asura-box2d/physics/binding/_body.cpp @@ -45,7 +45,6 @@ namespace AsuraEngine LUAX_IMPL_METHOD(Body, _GetType) { LUAX_PREPARE(L, Body); - return 0; } |