diff options
| author | mat <git@matdoes.dev> | 2025-06-14 20:33:22 -1030 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-14 20:33:22 -1030 |
| commit | 5e81d85d7e8eeca1b6c86ea028353d7c55361961 (patch) | |
| tree | 1cf36f406444811ca39b38af0d874d0ae2351368 /azalea-physics | |
| parent | a2606569bb79867d07a075bcf7b05730e4264d72 (diff) | |
| download | azalea-drasl-5e81d85d7e8eeca1b6c86ea028353d7c55361961.tar.xz | |
add note about current_thread to azalea readme
Diffstat (limited to 'azalea-physics')
| -rw-r--r-- | azalea-physics/src/travel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-physics/src/travel.rs b/azalea-physics/src/travel.rs index dba991d5..9af3ed27 100644 --- a/azalea-physics/src/travel.rs +++ b/azalea-physics/src/travel.rs @@ -215,7 +215,7 @@ fn travel_in_fluid( move_relative(physics, direction, speed, acceleration); move_colliding( MoverType::Own, - physics.velocity.clone(), + physics.velocity, world, &mut position, physics, |
