1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

Nil selectable in geom-exp

This commit is contained in:
Zeno Rogue 2019-08-08 00:49:25 +02:00
parent dd10a03e09
commit 956b820d6e

View File

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