fixe building animations

This commit is contained in:
Ziver Koc 2007-05-07 13:46:41 +00:00
parent bdd9d6c746
commit ae32a0a298
4 changed files with 18 additions and 14 deletions

View file

@ -70,8 +70,8 @@ public class Vector2f implements Comparable{
}
public void sub(float sx,float sy){
x += sx;
y += sy;
x -= sx;
y -= sy;
}
public String toString(){