adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

Encapsulate Bullet World into separate class #138

Closed lw0 closed 9 years ago

lw0 commented 9 years ago

This enables Bullet to exist as long as there are PhysicsObjects that hold shared_ptrs to it and greatly simplifies the World as it does not need to order destructor calls to its members.

adi64 commented 9 years ago

ref #143

Fidge123 commented 9 years ago

Merged