1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 18:29:36 +00:00

fixup to small hyperboloid: default

This commit is contained in:
Zeno Rogue 2024-06-27 22:35:10 +02:00
parent 106d9a08dd
commit a0627495fd

View File

@ -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");