From 6c3cf18816ea557f36142c5337d15ca602d47f52 Mon Sep 17 00:00:00 2001 From: Aevyrie Date: Thu, 7 Dec 2023 22:37:29 -0800 Subject: [PATCH] Bump up distance in error example due to bevy improvements --- examples/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/error.rs b/examples/error.rs index 8609a91..90e119f 100644 --- a/examples/error.rs +++ b/examples/error.rs @@ -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