Eliminate some warnings.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
151f482854
commit
e6662f1f33
|
@ -320,7 +320,7 @@ fn negotiate_path(
|
||||||
"{entity:?}: Direction: {direction:?}, Distance: {}",
|
"{entity:?}: Direction: {direction:?}, Distance: {}",
|
||||||
(next - start).length()
|
(next - start).length()
|
||||||
);
|
);
|
||||||
if let Some((hit, toi)) = rapier_context.cast_shape(
|
if let Some((_hit, _toi)) = rapier_context.cast_shape(
|
||||||
start,
|
start,
|
||||||
transform.yaw().radians(),
|
transform.yaw().radians(),
|
||||||
direction,
|
direction,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user