From 49c871cf197e4263316316884e25b47cf5387dec Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 8 Dec 2022 19:38:21 +0100 Subject: [PATCH] NightStar is now smaller in Euclidean --- 3d-models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d-models.cpp b/3d-models.cpp index a1b7f9da..fc702b70 100644 --- a/3d-models.cpp +++ b/3d-models.cpp @@ -1083,7 +1083,7 @@ void geometry_information::make_3d_models() { } else make_star(shSun, 3); - make_star(shNightStar, 0.75); + make_star(shNightStar, euclid ? 0.05 : 0.75); if(WDIM == 2) { for(int i=0; i<3; i++) {