X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=examples%2Fbassteroids%2Fsource%2Fbullet.cpp;h=957a0394757c1b25bdda9c588d5d844429f370f3;hb=f11589229323a6919a26f07b2f74bb9ffdd94fb5;hp=260601b4d77b2f447ecef111c14a19cf6b13b86c;hpb=94f7e5d28dd0a58f011677db11a0bc65948a2bda;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) { }