aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2023-02-13 16:34:43 +0000
committerUbuntu <github@matdoes.dev>2023-02-13 16:34:43 +0000
commit37b0cbf0589913b4aab551ae011774e1c9680af7 (patch)
tree9c18df51fcc3e05d5777a42168b5eab5c8e74727
parent17463391fe708ab667ec482a336b22f5fe189002 (diff)
downloadazalea-drasl-37b0cbf0589913b4aab551ae011774e1c9680af7.tar.xz
fix comment in tests
-rw-r--r--azalea-physics/src/lib.rs4
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();
}