mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
Nil selectable in geom-exp
This commit is contained in:
parent
dd10a03e09
commit
956b820d6e
@ -394,7 +394,7 @@ vector<eGeometry> list3d = {
|
|||||||
gCell24, gECell24,
|
gCell24, gECell24,
|
||||||
gCell16, gECell16,
|
gCell16, gECell16,
|
||||||
gCell8, gECell8,
|
gCell8, gECell8,
|
||||||
gCell5, gKiteDart3, gSol
|
gCell5, gKiteDart3, gSol, gNil
|
||||||
};
|
};
|
||||||
|
|
||||||
void ge_select_tiling(const vector<eGeometry>& lst) {
|
void ge_select_tiling(const vector<eGeometry>& lst) {
|
||||||
|
Loading…
Reference in New Issue
Block a user