From 1f6363c3c57d252799bf2a8beb9d299670e0f684 Mon Sep 17 00:00:00 2001 From: IceSentry Date: Sun, 29 Mar 2026 15:33:19 -0400 Subject: [PATCH] Add no-cpu-culling to bevy_city --- src/bin/collect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/collect.rs b/src/bin/collect.rs index c3e4a5d8e..e885cd1ba 100644 --- a/src/bin/collect.rs +++ b/src/bin/collect.rs @@ -293,7 +293,7 @@ impl Commands { )), Box::new(large_scenes::LargeScene::on( "bevy_city".to_string(), - vec![], + vec![("no-cpu-culling".into(), None)], 25000, )), ]