fixed the graphics in horosphere tilings

This commit is contained in:
Zeno Rogue 2020-11-14 13:31:44 +01:00
parent 8a5d4db2c3
commit d74fc8ddad
1 changed files with 2 additions and 0 deletions

View File

@ -823,6 +823,7 @@ void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector
if(bt::in()) {
hyperpoint res = bt::parabolic3(h[0], h[1]) * xpush0(yy*h[2]);
hpcpush(res);
return;
}
#endif
hpcpush(h);
@ -846,6 +847,7 @@ void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector
if(bt::in()) {
hyperpoint res = bt::parabolic3(h[0], h[1]) * xpush0(yy*h[2]);
hpcpush(res);
continue;
}
#endif
hpcpush(h);