1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-29 06:20:41 +00:00

PSL2 in geometry list

This commit is contained in:
Zeno Rogue 2019-08-24 22:42:42 +02:00
parent 29a54ab5d9
commit 3c254e7f55
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ vector<eGeometry> list3d = {
gCell24, gECell24, gCell24, gECell24,
gCell16, gECell16, gCell16, gECell16,
gCell8, gECell8, gCell8, gECell8,
gCell5, gKiteDart3, gSol, gNil, gProduct gCell5, gKiteDart3, gSol, gNil, gProduct, gSL2
}; };
void ge_select_tiling(const vector<eGeometry>& lst) { void ge_select_tiling(const vector<eGeometry>& lst) {

View File

@ -569,7 +569,7 @@ EX namespace hybrid {
EX geometry_information *underlying_cgip; EX geometry_information *underlying_cgip;
EX void configure(eGeometry g) { 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(); } if(vid.always3) { vid.always3 = false; geom3::apply_always3(); }
check_cgi(); check_cgi();
cgi.prepare_basics(); cgi.prepare_basics();