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

in Werner hyperbolic don't draw the auto-boundary

This commit is contained in:
Zeno Rogue 2020-09-23 14:56:26 +02:00
parent b6450fc5bc
commit a0a63990e2

View File

@ -2050,6 +2050,8 @@ EX void draw_boundary(int w) {
}
}
if(pmodel == mdWerner && hyperbolic) return;
switch(pmodel) {
case mdTwoPoint: {