aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapRender
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-05 11:29:17 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-05 11:29:17 +0200
commitcb4a713afc81326485becba4fa3a635f112114d4 (patch)
treee3efea48ccb7be53ed681eb9ed333af39d93ce67 /Map/Presentation/Base Components/MapRender
parente21ead77ffdff206d1ae17e5ce93ea34c4227414 (diff)
Add custom stages
Diffstat (limited to 'Map/Presentation/Base Components/MapRender')
-rw-r--r--Map/Presentation/Base Components/MapRender/MapAxes.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapAxes.swift b/Map/Presentation/Base Components/MapRender/MapAxes.swift
index 48e0b6d..3a94a13 100644
--- a/Map/Presentation/Base Components/MapRender/MapAxes.swift
+++ b/Map/Presentation/Base Components/MapRender/MapAxes.swift
@@ -94,6 +94,6 @@ struct MapAxes: View {
#Preview {
MapAxes(
mapSize: CGSize(width: 200.0, height: 200.0), lineWidth: CGFloat(1.0),
- evolution: Stage.stages(.general), stages: [25.0, 50.0, 75.0]
+ evolution: Stage.stages(StageType.general), stages: [25.0, 50.0, 75.0]
).padding(50.0)
}