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:
parent
b6450fc5bc
commit
a0a63990e2
@ -2050,6 +2050,8 @@ EX void draw_boundary(int w) {
|
||||
}
|
||||
}
|
||||
|
||||
if(pmodel == mdWerner && hyperbolic) return;
|
||||
|
||||
switch(pmodel) {
|
||||
|
||||
case mdTwoPoint: {
|
||||
|
Loading…
Reference in New Issue
Block a user