mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
disabled boundary in sol
This commit is contained in:
parent
5a0d84683a
commit
502e307667
@ -1607,6 +1607,7 @@ void queuestraight(hyperpoint X, int style, color_t lc, color_t fc, PPR p) {
|
||||
void draw_boundary(int w) {
|
||||
|
||||
if(w == 1) return;
|
||||
if(sol) return;
|
||||
|
||||
dynamicval<ld> lw(vid.linewidth, vid.linewidth * vid.multiplier_ring);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user