mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Add mandatory density argument to Body:createFixture
--HG-- branch : box2d-update
This commit is contained in:
@@ -69,7 +69,7 @@ namespace box2d
|
||||
/**
|
||||
* Creates a Fixture.
|
||||
**/
|
||||
Fixture(Body * body, Shape * shape);
|
||||
Fixture(Body * body, Shape * shape, float density);
|
||||
|
||||
virtual ~Fixture();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user