Exemplo n.º 1
0
PhysicsForceField::~PhysicsForceField()
{
    for (auto bm : _gravitySources) {
        PhysicsBody* body = bm.first;
        body->release();
    }
}