Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2015, 9:18:06 AM (9 years ago)
Author:
clangenb
Message:

branch added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/clangenb/src/modules/weapons/weaponmodes/FusionFire.cc

    r10296 r10494  
    6767    {
    6868        BillboardProjectile* projectile = new BillboardProjectile(this->getContext());
    69 
     69       
     70        this->computeMuzzleParameters(this->getWeapon()->getWeaponPack()->getWeaponSystem()->getPawn()->getAimPosition());
    7071        projectile->setOrientation(this->getMuzzleOrientation());
    7172        projectile->setPosition(this->getMuzzlePosition());
Note: See TracChangeset for help on using the changeset viewer.