clean up dead code
This commit is contained in:
parent
44514117cd
commit
e1c61ef944
3 changed files with 1 additions and 27 deletions
|
|
@ -65,6 +65,6 @@ fn main() {
|
|||
let output_image =
|
||||
store_colors_to_image(as_colors);
|
||||
|
||||
output_image.save("../output_image.png").expect("Unable to save image!");
|
||||
output_image.save("/home/clemens/repositorys/raytrace-rs/output_image.png").expect("Unable to save image!");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue