glider bugfixes & animation
[carveJwlIkooP6JGAAIwe30JlM.git] / player.c
index 8b095cd7d9e5d1f6865d5c41abefc7a6f0bcf709..6eed52f14693ee2b70f1942a3e5d148820ba692d 100644 (file)
--- a/player.c
+++ b/player.c
@@ -114,7 +114,7 @@ static void player__update(void){
       player_subsystems[ localplayer.subsystem ]->update();
 
    if( localplayer.glider_orphan )
-      glider_physics();
+      glider_physics( (v2f){0,0} );
 }
 
 static void player__post_update(void)