Skip to content

Commit 9908309

Browse files
authored
Add no-cpu-culling to bevy_city (#89)
1 parent 3e30006 commit 9908309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/collect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ impl Commands {
293293
)),
294294
Box::new(large_scenes::LargeScene::on(
295295
"bevy_city".to_string(),
296-
vec![],
296+
vec![("no-cpu-culling".into(), None)],
297297
25000,
298298
)),
299299
]

0 commit comments

Comments
 (0)