From 9c6ce3f7e892068dc074a6b2d50ede31551704b0 Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 4 Nov 2023 16:17:24 +0000 Subject: [PATCH] sit_t animator exchange --- player_walk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/player_walk.c b/player_walk.c index 952db86..7d3093d 100644 --- a/player_walk.c +++ b/player_walk.c @@ -1057,5 +1057,7 @@ static void player__walk_animator_exchange( bitpack_ctx *ctx, void *data ){ bitpack_qf32( ctx, 8, 0.0f, 1.0f, &animator->commit_t ); } } + + bitpack_qf32( ctx, 8, 0.0f, 1.0f, &animator->sit_t ); } #endif /* PLAYER_DEVICE_WALK_H */ -- 2.25.1