Small bugfixes

This commit is contained in:
Anuken
2020-09-22 17:59:37 -04:00
parent f3e08f9cb6
commit 4a02315ee5
6 changed files with 16 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ abstract class MechComp implements Posc, Flyingc, Hitboxc, Unitc, Mechc, Elevati
@Override
public void moveAt(Vec2 vector, float acceleration){
if(!vector.isZero()){
//mark walking state when moving in a controlled manner
walked = true;
}
}