Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2015, 11:06:37 AM (9 years ago)
Author:
landauf
Message:

fixed warnings with MSVC14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/weapons/projectiles/SplitGunProjectile.cc

    r10629 r10727  
    134134            {
    135135                // Every child projectile should fly uniform in different directions -> Rotate the velocityOffset in every iteration
    136                 velocityOffset = Quaternion(Degree(360/numberOfChilds_), velocityInitial.normalisedCopy()) * velocityOffset;
     136                velocityOffset = Quaternion(Degree(360.0f/numberOfChilds_), velocityInitial.normalisedCopy()) * velocityOffset;
    137137                velocityOffset.normalise();
    138138
Note: See TracChangeset for help on using the changeset viewer.