Eliminate some warnings.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nolan Darilek 2023-04-15 09:46:34 -05:00
parent 151f482854
commit e6662f1f33

View File

@ -320,7 +320,7 @@ fn negotiate_path(
"{entity:?}: Direction: {direction:?}, Distance: {}",
(next - start).length()
);
if let Some((hit, toi)) = rapier_context.cast_shape(
if let Some((_hit, _toi)) = rapier_context.cast_shape(
start,
transform.yaw().radians(),
direction,