Revert "impulse list and velocity for physics"

This reverts commit 2d7b32b7a3.
This commit is contained in:
2015-09-15 14:31:10 +02:00
parent 2d7b32b7a3
commit b58cdc813d
3 changed files with 4 additions and 31 deletions
-10
View File
@@ -65,16 +65,6 @@ private:
void CreateBody(EntityID entity);
struct Impulse
{
b2Body* Body;
b2Vec2 Impulse;
b2Vec2 Point;
};
std::list<Impulse> m_Impulses;
class ContactListener : public b2ContactListener
{
public: