mirror of
https://github.com/CrispyPin/julia-fractal-renderer.git
synced 2024-11-21 17:40:27 +01:00
cleanup
This commit is contained in:
parent
7b298c2d6c
commit
0a0e2f7f9a
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ impl eframe::App for JuliaGUI {
|
|||
);
|
||||
|
||||
let predicted_render_time = (self.preview_render_ms
|
||||
* (1 << self.export_res_power * 2) as f64
|
||||
* (1 << (self.export_res_power * 2)) as f64
|
||||
* (self.export_iterations as f64 / self.settings.iterations as f64)
|
||||
/ 1000.0)
|
||||
.floor();
|
||||
|
|
Loading…
Reference in a new issue