mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added resources, and changed slightly how wrappers expose functions.
This commit is contained in:
@@ -250,7 +250,7 @@ namespace box2d
|
||||
}
|
||||
}
|
||||
|
||||
return luax_register_module(L, wrap_Physics_functions, wrap_Physics_types);
|
||||
return luax_register_module(L, wrap_Physics_functions, wrap_Physics_types, "physics");
|
||||
}
|
||||
|
||||
} // box2d
|
||||
|
||||
Reference in New Issue
Block a user