mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
embeddings:: do not try to display model boundary in perspective
This commit is contained in:
parent
6950e0e1ba
commit
43f345234a
@ -2791,7 +2791,9 @@ EX void draw_boundary(int w) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
default: break;
|
default:
|
||||||
|
if(models::is_perspective(pmodel)) return;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(sphere && pmodel == mdDisk && pconf.alpha > 1) {
|
if(sphere && pmodel == mdDisk && pconf.alpha > 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user