aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}