From 64299e64c081dccd97e86b3d84a220cb2d4e3771 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Sun, 9 Jan 2022 12:06:05 +0100 Subject: [PATCH] Link issue --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index 0130f187c..6cdaa6fbb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(¶meters)?; let mut aabb = shape.bounding_volume();