mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
love.physics: move internal box2d->love object map to World instances, and clean up some physics object code. Resolves issue #1465.
This commit is contained in:
@@ -153,7 +153,7 @@ private:
|
||||
// The Box2D joint object.
|
||||
b2Joint *joint;
|
||||
|
||||
};
|
||||
}; // Joint
|
||||
|
||||
} // box2d
|
||||
} // physics
|
||||
|
||||
Reference in New Issue
Block a user