Skip to content
Snippets Groups Projects
Commit dd86573c authored by Finn Bear's avatar Finn Bear
Browse files

Temporarily disable conway portrait.

parent 60ede8e0
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,13 @@ impl Slide for Automata {
});
// TODO: Fade/move/position as appropriate.
Image::default().show(
ui,
self.conway_portrait
.get_or_insert_with(|| ctx_img!(ui.ctx(), "conway_portrait.png")),
);
if false {
Image::default().show(
ui,
self.conway_portrait
.get_or_insert_with(|| ctx_img!(ui.ctx(), "conway_portrait.png")),
);
}
// Need to continuously animate the grid, or at least poll the governor.
ui.ctx().request_repaint();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment