Skip to content

Commit

Permalink
Fix cargo cranky
Browse files Browse the repository at this point in the history
  • Loading branch information
urholaukkarinen committed Apr 5, 2024
1 parent 1dc5282 commit b53e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bevy/src/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use bevy::input::mouse::{MouseMotion, MouseWheel};
use bevy::math::vec2;
use bevy::prelude::*;

/// https://bevy-cheatbook.github.io/cookbook/pan-orbit-camera.html
// https://bevy-cheatbook.github.io/cookbook/pan-orbit-camera.html
pub struct PanOrbitCameraPlugin;
impl Plugin for PanOrbitCameraPlugin {
fn build(&self, app: &mut App) {
Expand Down

0 comments on commit b53e630

Please sign in to comment.