diff options
Diffstat (limited to 'Map/Data')
| -rw-r--r-- | Map/Data/MapDocument.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Data/MapDocument.swift b/Map/Data/MapDocument.swift index 95fcfde..6cc84d7 100644 --- a/Map/Data/MapDocument.swift +++ b/Map/Data/MapDocument.swift @@ -69,7 +69,7 @@ struct MapDocument: FileDocument { @MainActor func exportAsImage(withEvolution selectedEvolution: StageType) -> NSImage? { let renderView = MapRenderView( - document: .constant(self), + entities: self.parsed, evolution: .constant(selectedEvolution)) let renderer = ImageRenderer(content: renderView) |