From: hgn Date: Sat, 4 Nov 2023 16:17:24 +0000 (+0000) Subject: sit_t animator exchange X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=9c6ce3f7e892068dc074a6b2d50ede31551704b0;p=carveJwlIkooP6JGAAIwe30JlM.git sit_t animator exchange --- 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 */