From 4c27ecf4e654f64c2c9f948a2458eb4697714e9b Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Wed, 31 Jan 2024 15:33:26 -0500 Subject: [PATCH] Keep offset even when zoom changes. --- src/SolarEclipse2024.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SolarEclipse2024.vue b/src/SolarEclipse2024.vue index b84a2288..b8354a73 100644 --- a/src/SolarEclipse2024.vue +++ b/src/SolarEclipse2024.vue @@ -3138,7 +3138,6 @@ export default defineComponent({ }, wwtZoomDeg(_zoom: number) { - this.sunOffset = null; this.updateIntersection(); },