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