X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fbullet.cpp;h=e26b4089b05763443a92b694e1a74eb5cb48418a;hb=cb4e8bbe06dc64aff932784541a29493723fc03e;hp=957a0394757c1b25bdda9c588d5d844429f370f3;hpb=338031de484ee117762d80449d9ca472a6918c92;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/bullet.cpp b/examples/bassteroids/source/bullet.cpp index 957a039..e26b408 100644 --- a/examples/bassteroids/source/bullet.cpp +++ b/examples/bassteroids/source/bullet.cpp @@ -3,6 +3,6 @@ using namespace Msp; Bullet::Bullet(Game::Handle p, const Setup &s, const Game::TransformValues &tv): - PhysicalEntity(p, s.physical, tv), + Hittable(p, s.hittable, s.physical, tv), mesh(*this, s.mesh) { }