Skip to content

Commit

Permalink
More accurate camera limit
Browse files Browse the repository at this point in the history
  • Loading branch information
opstic committed Mar 9, 2024
1 parent 089a6a9 commit 1644162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/level.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fn level_setup(
}
}

options.camera_limit += 60.;
options.camera_limit += 56.;
}

fn render_option_gui(
Expand Down

0 comments on commit 1644162

Please sign in to comment.