mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
PSL2 in geometry list
This commit is contained in:
parent
29a54ab5d9
commit
3c254e7f55
@ -398,7 +398,7 @@ vector<eGeometry> list3d = {
|
||||
gCell24, gECell24,
|
||||
gCell16, gECell16,
|
||||
gCell8, gECell8,
|
||||
gCell5, gKiteDart3, gSol, gNil, gProduct
|
||||
gCell5, gKiteDart3, gSol, gNil, gProduct, gSL2
|
||||
};
|
||||
|
||||
void ge_select_tiling(const vector<eGeometry>& lst) {
|
||||
|
@ -569,7 +569,7 @@ EX namespace hybrid {
|
||||
EX geometry_information *underlying_cgip;
|
||||
|
||||
EX void configure(eGeometry g) {
|
||||
if(g == gSL2) variation = eVariation::pure;
|
||||
if(g == gSL2) variation = eVariation::pure, geometry = gNormal;
|
||||
if(vid.always3) { vid.always3 = false; geom3::apply_always3(); }
|
||||
check_cgi();
|
||||
cgi.prepare_basics();
|
||||
|
Loading…
Reference in New Issue
Block a user