Skip to content

Commit

Permalink
chore: removed max_scale temporally
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Apr 23, 2024
1 parent 5b4eb26 commit 9558346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct MyCameraMarker;
fn setup(mut commands: Commands) {
commands.spawn(Camera2dBundle::default()).insert(PanCam {
min_scale: 1.,
max_scale: Some(3.),
// max_scale: Some(3.),
..default()
});
}
Expand Down

0 comments on commit 9558346

Please sign in to comment.