projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f1f01
)
sit_t animator exchange
author
hgn
<hgodden00@gmail.com>
Sat, 4 Nov 2023 16:17:24 +0000
(16:17 +0000)
committer
hgn
<hgodden00@gmail.com>
Sat, 4 Nov 2023 16:17:24 +0000
(16:17 +0000)
player_walk.c
patch
|
blob
|
history
diff --git
a/player_walk.c
b/player_walk.c
index 952db860a638b5d0218d2c7da0f6a392a34f9eb4..7d3093d0aafb7ae7f703f8e68ff3712f47522a3c 100644
(file)
--- 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 */