cleaned make file, removed allegro stuff, fixed entity name space issues
[physics.git] / src / Vector2.cpp
index 7985ef8..8028aa3 100644 (file)
@@ -29,7 +29,8 @@ void Vector2::unit()
 
 float Vector2::angle() const
 {
-  return atan2A(y,x);
+  //return atan2A(y,x);
+  return 0;
 }
 float Vector2::length() const
 {