From a0627495fd98500a14facaa76da476194e231ec4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Jun 2024 22:35:10 +0200 Subject: [PATCH] fixup to small hyperboloid: default --- models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.cpp b/models.cpp index fe459461..546496a4 100644 --- a/models.cpp +++ b/models.cpp @@ -1044,7 +1044,7 @@ EX namespace models { param_b(p.show_hyperboloid_flat, sp+"hyperboloid-flat", true) -> editable("show flat", 'b'); - param_b(p.small_hyperboloid, sp+"hyperboloid-small", true) + param_b(p.small_hyperboloid, sp+"hyperboloid-small", false) -> editable("small hyperboloid model", 't') -> help("as in Clifford algebras");