mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Make love::Type handle type names
TODO: Fix undefined behaviour in luax_register_type, you can't use a va_list after a reference type --HG-- branch : dynamiccore2
This commit is contained in:
@@ -37,7 +37,7 @@ namespace physics
|
||||
namespace box2d
|
||||
{
|
||||
|
||||
love::Type Fixture::type(&Object::type);
|
||||
love::Type Fixture::type("Fixture", &Object::type);
|
||||
|
||||
Fixture::Fixture(Body *body, Shape *shape, float density)
|
||||
: body(body)
|
||||
|
||||
Reference in New Issue
Block a user