1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

sphere3 is not two_sided_model

This commit is contained in:
? 2019-02-25 13:18:04 +01:00 committed by Zeno Rogue
parent c279e91600
commit 7e4cc69c06

View File

@ -281,6 +281,7 @@ hyperpoint goodpoint;
vector<pair<int, hyperpoint>> tofix;
bool two_sided_model() {
if(DIM == 3) return false;
if(pmodel == mdHyperboloid) return !euclid;
// if(pmodel == mdHemisphere) return true;
if(pmodel == mdDisk) return sphere;