release: bump version to 0.40.2

This commit is contained in:
linkong
2026-04-24 17:50:43 +08:00
parent e9464a9833
commit 50a417ca83
9 changed files with 26 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ import {
getRelatedSatelliteIndicesForRegions,
updateRelatedSatelliteHighlights,
updateBreathingPhase,
updateSatellitePointSize,
isSatelliteFrontFacing,
setSatelliteCamera,
setSatelliteSunDirection,
@@ -3125,6 +3126,7 @@ function animate() {
updateSatellitePositions(deltaTime);
updateBreathingPhase(deltaTime);
updateSatellitePointSize();
updateRelatedSatelliteHighlights();
updateCelestialLayer(new Date(), camera);
const currentSunDirection = getSunDirection();