Skip to content

Commit

Permalink
Update rapier3d_heightfield.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrimsey committed Feb 20, 2024
1 parent 399b0ea commit 5039814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/rapier3d_heightfield.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ fn setup_world_system(mut commands: Commands) {
(position as f32 / 10.0).sin() / 10.0
})
.collect();
info!("heights: {heightfield_heights:?}");

// Heightfield.
commands.spawn((
Expand Down

0 comments on commit 5039814

Please sign in to comment.