Resolved conflict (missed earlier).

This commit is contained in:
Felix Ableitner 2012-09-15 15:28:15 +02:00
parent 17e628b083
commit dbfa7c10c2

View file

@ -98,12 +98,8 @@ Physical::getSpeed() const {
return vector(mBody->GetLinearVelocity());
}
/**
<<<<<<< HEAD
* Returns the rotation of the body as an SFML angle.
=======
* Returns the rotation of the body (converted to an SFML angle).
>>>>>>> origin/master
/**
* Returns the rotation of the body (converted to an SFML angle).
*/
float
Physical::getAngle() const {