Skip to content

Commit

Permalink
Link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 9, 2022
1 parent 416df5f commit 64299e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ fn main() -> anyhow::Result<()> {
//
// This can't be addressed with the current structure, since the watcher
// closure takes ownership of the model.
//
// This big is tracked in the following issues:
// https://github.com/hannobraun/fornjot/issues/32
let shape = model.load(&parameters)?;

let mut aabb = shape.bounding_volume();
Expand Down

0 comments on commit 64299e6

Please sign in to comment.