small changes

This commit is contained in:
Simon Gardling
2021-03-26 14:03:26 +00:00
parent 60fb681fde
commit a7bc5599bc
2 changed files with 8 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ fn main() {
}
pb.finish();
println!("Rendering all saved image data....");
model.render_all_imgdata();
model.flush_image_data();
println!("Done!");
}