mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +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) {
|
switch(pmodel) {
|
||||||
|
|
||||||
case mdTwoPoint: {
|
case mdTwoPoint: {
|
||||||
|
Loading…
Reference in New Issue
Block a user