mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 21:08:06 +00:00
euc_in_product
This commit is contained in:
2
sky.cpp
2
sky.cpp
@@ -74,6 +74,8 @@ void compute_skyvertices(const vector<sky_item>& sky) {
|
||||
if(among(geom3::ggclass(), gcSol, gcSolN)) return; /* errors */
|
||||
if(among(geom3::ggclass(), gcNil)) return; /* errors sometimes too */
|
||||
if(geom3::hyp_in_solnih()) return;
|
||||
if(geom3::euc_in_product()) return;
|
||||
if(geom3::euc_in_sl2()) return;
|
||||
|
||||
int sk = get_skybrightness();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user