Skip to content

Commit

Permalink
Bump up distance in error example due to bevy improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Dec 8, 2023
1 parent 0907ec1 commit 6c3cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {
///
/// This plugin can function much further from the origin without any issues. Try setting this to:
/// 10_000_000_000_000_000_000_000_000_000_000_000_000
const DISTANCE: i128 = 10_000_000;
const DISTANCE: i128 = 20_000_000;

/// Move the floating origin back to the "true" origin when the user presses the spacebar to emulate
/// disabling the plugin. Normally you would make your active camera the floating origin to avoid
Expand Down

0 comments on commit 6c3cf18

Please sign in to comment.