mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
hyperboloid fixup
This commit is contained in:
parent
6d1ded7fd4
commit
e4ddfa8250
@ -2296,7 +2296,7 @@ EX color_t modelcolor = 0;
|
||||
EX void draw_model_elements() {
|
||||
|
||||
#if CAP_VR
|
||||
if(vrhr::active() && is_hyperboloid(pmodel)) return;
|
||||
if(vrhr::active() && models::is_hyperboloid(pmodel)) return;
|
||||
#endif
|
||||
|
||||
dynamicval<ld> lw(vid.linewidth, vid.linewidth * vid.multiplier_ring);
|
||||
|
Loading…
Reference in New Issue
Block a user