deduplicate scene cell rendering

This commit is contained in:
🪞👃🪞 2025-01-25 19:00:22 +01:00
parent 4eff4316c6
commit a66a6a9669
4 changed files with 225 additions and 182 deletions

View file

@ -55,4 +55,3 @@ impl<E: Output, A: Render<E>, B: Render<E>> Content<E> for Either<A, B> {
if *cond { a.render(to) } else { b.render(to) }
}
}