1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-09 23:49:53 +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) param_b(p.show_hyperboloid_flat, sp+"hyperboloid-flat", true)
-> editable("show flat", 'b'); -> 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') -> editable("small hyperboloid model", 't')
-> help("as in Clifford algebras"); -> help("as in Clifford algebras");