Skip to content

Commit

Permalink
fixed Builder.Import initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmaierhofer committed Feb 5, 2024
1 parent c473701 commit 4bb2b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Aardvark.Geometry.Quadtree/Builder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ type Builder () =
/// Imports builder with given id from directory.
static member Import (dir : string, id : Guid) : Builder option =

Defs.init ()

let storeFileName =
if System.IO.File.Exists(dir) then
dir
Expand Down

0 comments on commit 4bb2b43

Please sign in to comment.