From: hgn Date: Tue, 6 Jun 2023 04:41:33 +0000 (+0100) Subject: fixed jitter X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;ds=inline;h=c40f8e7332b1fa0f25ad4104f2f2ff34de37035a;p=carveJwlIkooP6JGAAIwe30JlM.git fixed jitter --- diff --git a/player_walk.c b/player_walk.c index 5c52f2d..6a20b17 100644 --- a/player_walk.c +++ b/player_walk.c @@ -365,6 +365,7 @@ VG_STATIC void player__walk_update( player_instance *player ) { struct player_walk *w = &player->_walk; v3_copy( player->rb.co, w->state.prev_pos ); + v3_zero( player->rb.w ); world_instance *world = world_current_instance();