projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed3995
)
fixed jitter
author
hgn
<hgodden00@gmail.com>
Tue, 6 Jun 2023 04:41:33 +0000
(
05:41
+0100)
committer
hgn
<hgodden00@gmail.com>
Tue, 6 Jun 2023 04:41:33 +0000
(
05:41
+0100)
player_walk.c
patch
|
blob
|
history
diff --git
a/player_walk.c
b/player_walk.c
index 5c52f2d03004a6cc865d1191e91fcb3c5d231cb4..6a20b17f32855eb9bcd1924eb822ef431318fdcf 100644
(file)
--- 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();