camera: update default render strategy to match CLI default

This commit is contained in:
Bill Thiede 2021-07-18 12:37:29 -07:00
parent 02ef8634c3
commit efdc963a48

View File

@ -92,7 +92,7 @@ impl Camera {
pixel_size, pixel_size,
half_height, half_height,
half_width, half_width,
render_strategy: RenderStrategy::WorkerPool, render_strategy: RenderStrategy::Rayon,
} }
} }
pub fn hsize(&self) -> usize { pub fn hsize(&self) -> usize {