mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Remove legacy meter setting from love.physics.newWorld
--HG-- branch : box2d-update
This commit is contained in:
@@ -72,9 +72,8 @@ namespace box2d
|
||||
* @param gx Gravity along x-axis.
|
||||
* @param gy Gravity along y-axis.
|
||||
* @param sleep Whether the World allows sleep.
|
||||
* @param meter The scale in px/m.
|
||||
**/
|
||||
World * newWorld(float gx, float gy, bool sleep, int meter);
|
||||
World * newWorld(float gx, float gy, bool sleep);
|
||||
|
||||
/**
|
||||
* Creates a new Body at the specified position.
|
||||
|
||||
Reference in New Issue
Block a user