Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lain-dono committed Jan 4, 2024
1 parent c931bac commit 75c5f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character/movement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl<T: Component + Clone> FindAndMove<T> {
transform.translation += delta.normalize_or_zero() * step;
transform.look_to(delta, Vec3::Y);
} else {
debug!("We came to {:?}", std::any::type_name::<T>());
debug!("Reached {:?}", std::any::type_name::<T>());
action.success()
}
}
Expand Down

0 comments on commit 75c5f4c

Please sign in to comment.