1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

Sol in the list of 3D geometries

This commit is contained in:
Zeno Rogue 2019-07-25 12:24:42 +02:00
parent 94c170d691
commit 877067e84c

View File

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