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