mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Updated box2d from 2.2.1 to 2.3.0
--HG-- branch : box2d-2.3
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <Box2D/Collision/b2BroadPhase.h>
|
||||
#include <cstring>
|
||||
using namespace std;
|
||||
#include <memory.h>
|
||||
|
||||
b2BroadPhase::b2BroadPhase()
|
||||
{
|
||||
@@ -90,7 +89,6 @@ void b2BroadPhase::UnBufferMove(int32 proxyId)
|
||||
if (m_moveBuffer[i] == proxyId)
|
||||
{
|
||||
m_moveBuffer[i] = e_nullProxy;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user