mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Update to box2d 2.4.1
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "box2d/b2_polygon_shape.h"
|
||||
|
||||
// GJK using Voronoi regions (Christer Ericson) and Barycentric coordinates.
|
||||
int32 b2_gjkCalls, b2_gjkIters, b2_gjkMaxIters;
|
||||
B2_API int32 b2_gjkCalls, b2_gjkIters, b2_gjkMaxIters;
|
||||
|
||||
void b2DistanceProxy::Set(const b2Shape* shape, int32 index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user