mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Fix Physics linker error
--HG-- branch : box2d-update
This commit is contained in:
@@ -33,6 +33,8 @@ namespace physics
|
||||
{
|
||||
namespace box2d
|
||||
{
|
||||
|
||||
int Physics::meter = Physics::DEFAULT_METER;
|
||||
|
||||
const char * Physics::getName() const
|
||||
{
|
||||
@@ -219,8 +221,6 @@ namespace box2d
|
||||
return new RopeJoint(body1, body2, x1, y1, x2, y2, maxLength, collideConnected);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void Physics::setMeter(int meter)
|
||||
{
|
||||
Physics::meter = meter;
|
||||
|
||||
Reference in New Issue
Block a user