diff options
| author | Ubuntu <github@matdoes.dev> | 2023-02-13 16:34:43 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2023-02-13 16:34:43 +0000 |
| commit | 37b0cbf0589913b4aab551ae011774e1c9680af7 (patch) | |
| tree | 9c18df51fcc3e05d5777a42168b5eab5c8e74727 | |
| parent | 17463391fe708ab667ec482a336b22f5fe189002 (diff) | |
| download | azalea-drasl-37b0cbf0589913b4aab551ae011774e1c9680af7.tar.xz | |
fix comment in tests
| -rw-r--r-- | azalea-physics/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs index 00df7bd3..0d0eed37 100644 --- a/azalea-physics/src/lib.rs +++ b/azalea-physics/src/lib.rs @@ -588,7 +588,7 @@ mod tests { block_state.is_some(), "Block state should exist, if this fails that means the chunk wasn't loaded and the block didn't get placed" ); - // do a few steps so we fall on the slab + // do a few steps so we fall on the wall for _ in 0..20 { app.update(); } @@ -649,7 +649,7 @@ mod tests { block_state.is_some(), "Block state should exist, if this fails that means the chunk wasn't loaded and the block didn't get placed" ); - // do a few steps so we fall on the slab + // do a few steps so we fall on the wall for _ in 0..20 { app.update(); } |
