mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 08:56:59 +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;
|
||||
}
|
||||
|
||||
default: break;
|
||||
default:
|
||||
if(models::is_perspective(pmodel)) return;
|
||||
break;
|
||||
}
|
||||
|
||||
if(sphere && pmodel == mdDisk && pconf.alpha > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user