From de90c5e0d51467f5ec4e0fdf4ae2d0c24cdb2dee Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Fri, 23 Sep 2011 22:54:29 -0400 Subject: [PATCH] Fix Physics linker error --HG-- branch : box2d-update --- src/modules/physics/box2d/Physics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/physics/box2d/Physics.cpp b/src/modules/physics/box2d/Physics.cpp index cdf9fc07e..51b3c0443 100644 --- a/src/modules/physics/box2d/Physics.cpp +++ b/src/modules/physics/box2d/Physics.cpp @@ -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;