diff --git a/examples/simple.rs b/examples/simple.rs index 7e0b53de10..8b55c5c86d 100644 --- a/examples/simple.rs +++ b/examples/simple.rs @@ -89,9 +89,9 @@ fn build_spawner_system(world: &mut World) -> Box { mesh_storage.get_named("cube").unwrap() }; - let duration = 1000000.0; + let duration = 10000.0; let mut elapsed = duration; - let batch_size = 1; + let batch_size = 5; SystemBuilder::new("Spawner") .read_resource::